summaryrefslogtreecommitdiff
path: root/sysutils/xin
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 /sysutils/xin
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 'sysutils/xin')
-rw-r--r--sysutils/xin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile
index 69a707a5a6b5..17dc41ee2b6b 100644
--- a/sysutils/xin/Makefile
+++ b/sysutils/xin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xin
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file
@@ -14,10 +15,8 @@ MASTER_SITE_SUBDIR= utils/file
MAINTAINER= markp@FreeBSD.org
COMMENT= Splits standard input and pipes into a command
-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= xin.1
.include <bsd.port.mk>