Skip to content

Commit

Permalink
nco: Stop using xercesc3
Browse files Browse the repository at this point in the history
  • Loading branch information
remkos committed Nov 19, 2024
1 parent 4537c76 commit 7773be8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions science/nco/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup compilers 1.0
PortGroup github 1.0

github.setup nco nco 5.2.9
revision 1
revision 2
maintainers {takeshi @tenomoto} \
{me.com:remko.scharroo @remkos} \
openmaintainer
Expand Down Expand Up @@ -38,8 +38,7 @@ depends_lib port:curl \
port:gettext \
port:netcdf \
port:udunits2 \
port:gsl \
port:xercesc3
port:gsl
depends_build port:antlr \
port:bison \
port:m4 \
Expand All @@ -51,7 +50,6 @@ configure.env HAVE_ANTLR=yes ANTLR_ROOT=${prefix} \
configure.cppflags-append -I${prefix}/include/udunits2 \
-I${prefix}/include \
-DENABLE_NETCDF4
configure.ldflags-append -lxerces-c
configure.args --disable-dependency-tracking \
--mandir=${prefix}/share/man \
--disable-shared \
Expand Down

0 comments on commit 7773be8

Please sign in to comment.