aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-18 16:03:16 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-18 16:03:16 +0000
commita7ebc6b6af894137049859619789b9d49f53d4cd (patch)
tree42e9a6c65cd630a24f1cd0be259f77c000ddc941 /net
parentc9a0322c4242d5c2b51e17bdebe27bc3191f83de (diff)
downloadports-a7ebc6b6af894137049859619789b9d49f53d4cd.tar.gz
ports-a7ebc6b6af894137049859619789b9d49f53d4cd.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/serveez/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index 2b5f0b048941..a6b0fa65e7d9 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -24,6 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
@@ -35,10 +36,4 @@ MAN1= serveez.1
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 <bsd.port.mk>