diff -urN /usr/ports/net/serveez/Makefile net/serveez/Makefile --- /usr/ports/net/serveez/Makefile Sat Apr 12 23:11:58 2003 +++ net/serveez/Makefile Thu Apr 24 03:49:02 2003 @@ -24,6 +24,7 @@ GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config +USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -34,11 +35,5 @@ CPPFLAGS= `${GUILE_CONFIG} compile` LDFLAGS= `${GUILE_CONFIG} link` - -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif .include