aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-14 14:21:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-14 14:21:24 +0800
commitab57ccaa1b6a7c77fcc037b2d6077fe19171ad8b (patch)
tree853a82dce72826e054830f4bcc82edd725038dd7 /lang
parent429bc8386bc0001569bd003a8ee746ec91549241 (diff)
downloadfreebsd-ports-gnome-ab57ccaa1b6a7c77fcc037b2d6077fe19171ad8b.tar.gz
freebsd-ports-gnome-ab57ccaa1b6a7c77fcc037b2d6077fe19171ad8b.tar.zst
freebsd-ports-gnome-ab57ccaa1b6a7c77fcc037b2d6077fe19171ad8b.zip
- Use USES=gmake
Diffstat (limited to 'lang')
-rw-r--r--lang/parrot/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 1d5ad80c25a0..24361d588975 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -33,9 +33,8 @@ CONFIGURE_SCRIPT= Configure.pl
INSTALL_TARGET= install-dev
MAKE_JOBS_UNSAFE= yes
USE_BZIP2= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USES= bison perl5
+USES= bison gmake perl5
MAN1= ops2c.1 \
parrot.1 \