diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-22 22:30:35 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-22 22:30:35 +0800 |
commit | c1b6c75b6e7e4ad9aae6c1231503b207dbe69df0 (patch) | |
tree | 8c06b4dc5bc2da957403f45ece1bdba97c5627d2 /www/cadaver/Makefile | |
parent | c78519057f7bfde0bff03cba5613d0c2b7e0e913 (diff) | |
download | freebsd-ports-gnome-c1b6c75b6e7e4ad9aae6c1231503b207dbe69df0.tar.gz freebsd-ports-gnome-c1b6c75b6e7e4ad9aae6c1231503b207dbe69df0.tar.zst freebsd-ports-gnome-c1b6c75b6e7e4ad9aae6c1231503b207dbe69df0.zip |
Do not build with included neon.
Installed (in ${LOCALBASE}) libneon was linked in if it exists anyway
and included expat is not used anymore.
Diffstat (limited to 'www/cadaver/Makefile')
-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 |