diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /lang/pike76/Makefile | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) | |
download | ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.tar.gz ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.zip |
Notes
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r-- | lang/pike76/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 12de0a59f1a2..c6d279074029 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -7,6 +7,7 @@ PORTNAME= pike76 PORTVERSION= 7.6.112 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ @@ -78,7 +79,7 @@ CONFIGURE_ARGS+= --without-debug \ MAKE_ARGS= "CONFIGUREARGS=${CONFIGURE_ARGS}" USE_GETTEXT= yes -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes # Allow building Embedded Perl |