svn commit: r327219 - head/lang/parrot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 14 06:21:24 UTC 2013


Author: sunpoet
Date: Sat Sep 14 06:21:24 2013
New Revision: 327219
URL: http://svnweb.freebsd.org/changeset/ports/327219

Log:
  - Use USES=gmake

Modified:
  head/lang/parrot/Makefile

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Sat Sep 14 06:20:28 2013	(r327218)
+++ head/lang/parrot/Makefile	Sat Sep 14 06:21:24 2013	(r327219)
@@ -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 \


More information about the svn-ports-all mailing list