aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule-devel/Makefile2
-rw-r--r--net-p2p/amule/Makefile2
-rw-r--r--net-p2p/gtk-gnutella/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 91cef30d067b..c6382519ce70 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -22,7 +22,7 @@ BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textproc/flex \
CONFLICTS= amule-[0-9]*
USE_BZIP2= yes
-USE_BISON= build
+USES= bison
USE_PKGCONFIG= yes
USE_GMAKE= yes
USE_WX= 2.8
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index cd04cccc8db2..ef0b1a51d5c7 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -22,7 +22,7 @@ BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textproc/flex \
CONFLICTS= amule-devel-[0-9]*
USE_BZIP2= yes
-USE_BISON= build
+USES= bison
USE_PKGCONFIG= yes
USE_GMAKE= yes
USE_WX= 2.8
diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile
index 4de35757da8b..ac1f496b014e 100644
--- a/net-p2p/gtk-gnutella/Makefile
+++ b/net-p2p/gtk-gnutella/Makefile
@@ -55,7 +55,7 @@ ONLY_FOR_ARCHS= i386 amd64
USE_BZIP2= yes
USE_GNOME= glib20 libxml2
USE_PERL5= yes
-USE_BISON= build
+USES= bison
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -O -Dyacc='bison -y' -Dprefix=${PREFIX} \