diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-22 14:30:35 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-22 14:30:35 +0000 |
commit | 63de032394a752d17fd981c14e9fc29a7e4315dd (patch) | |
tree | 8ee314a8474a8dfabda9adfd09397e19b203ab74 /www/cadaver | |
parent | 90fd9a1b448f7addc951967e3324fad509a2ba1e (diff) | |
download | ports-63de032394a752d17fd981c14e9fc29a7e4315dd.tar.gz ports-63de032394a752d17fd981c14e9fc29a7e4315dd.zip |
Notes
Diffstat (limited to 'www/cadaver')
-rw-r--r-- | www/cadaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index e35dd04efa3c..b518fb1417dc 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -14,14 +14,14 @@ MASTER_SITES= http://www.webdav.org/cadaver/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - expat.4:${PORTSDIR}/textproc/expat2 + expat.4:${PORTSDIR}/textproc/expat2 \ + neon.23:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" CONFIGURE_ARGS= --enable-netrc \ - --with-included-neon \ --with-expat ALL_TARGET= cadaver |