summaryrefslogtreecommitdiff
path: root/net/nc
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commitb185046be2ec03555daaf4f26d38542c403a9955 (patch)
tree0274ce607614533de66837fc1f70d4c35770d9e1 /net/nc
parentUpdate to 0.2.3 (diff)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Notes
Notes: svn path=/head/; revision=84842
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 d34731024eb8..d0b7b47fa517 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>