diff -urN /usr/ports/www/cadaver/Makefile www/cadaver/Makefile --- /usr/ports/www/cadaver/Makefile Fri Apr 18 20:52:01 2003 +++ www/cadaver/Makefile Thu Apr 24 04:15:05 2003 @@ -16,6 +16,7 @@ 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}" @@ -27,11 +28,6 @@ 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