diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
commit | 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch) | |
tree | 7181a8316bbb1b7be4386d9173b3c6ace07025da /comms | |
parent | 0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff) | |
download | freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.zst freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/bayonne/Makefile | 5 |
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 |