summaryrefslogtreecommitdiff
path: root/www/cadaver
diff options
context:
space:
mode:
Diffstat (limited to 'www/cadaver')
-rw-r--r--www/cadaver/Makefile6
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