diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
commit | a7ebc6b6af894137049859619789b9d49f53d4cd (patch) | |
tree | 42e9a6c65cd630a24f1cd0be259f77c000ddc941 /www/cadaver/Makefile | |
parent | c9a0322c4242d5c2b51e17bdebe27bc3191f83de (diff) | |
download | ports-a7ebc6b6af894137049859619789b9d49f53d4cd.tar.gz ports-a7ebc6b6af894137049859619789b9d49f53d4cd.zip |
Notes
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 82b08cd949c7..69d5182dd2b4 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -16,6 +16,7 @@ COMMENT= Commandline client for DAV LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ neon.23:${PORTSDIR}/www/neon +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -28,11 +29,6 @@ MAN1= cadaver.1 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -LDFLAGS+= -lgnugetopt -.endif - .if !defined(WITHOUT_OPENSSL) USE_OPENSSL= yes CONFIGURE_ARGS+= --with-ssl --with-force-ssl |