summaryrefslogtreecommitdiffstats
path: root/net/nc
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committersf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commit971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch)
tree7181a8316bbb1b7be4386d9173b3c6ace07025da /net/nc
parent0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff)
downloadFreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip
FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'net/nc')
-rw-r--r--net/nc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/nc/Makefile b/net/nc/Makefile
index d347310..d0b7b47 100644
--- a/net/nc/Makefile
+++ b/net/nc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nc
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file
@@ -15,11 +16,8 @@ DISTNAME= ncat-${PORTVERSION}
MAINTAINER= markp@FreeBSD.org
COMMENT= Network aware cat
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
+USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
MAN1= ncat.1
.include <bsd.port.mk>
OpenPOWER on IntegriCloud