summaryrefslogtreecommitdiff
path: root/comms/bayonne
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 /comms/bayonne
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 'comms/bayonne')
-rw-r--r--comms/bayonne/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/bayonne/Makefile b/comms/bayonne/Makefile
index 2abd2a897ace..db247310e681 100644
--- a/comms/bayonne/Makefile
+++ b/comms/bayonne/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bayonne
PORTVERSION= 0.5.3
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://www.voxilla.org/pub/bayonne/
@@ -19,9 +20,9 @@ BROKEN= "Port is outdated and there is no known working Hardware for FreeBSD >
LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp \
ccscript-1.4.0:${PORTSDIR}/lang/ccscript \
- ccaudio.0:${PORTSDIR}/audio/ccaudio \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+ ccaudio.0:${PORTSDIR}/audio/ccaudio
+USE_GETOPT_LONG=yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes