diff options
author | asau <asau@pkgsrc.org> | 2012-06-20 05:28:48 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-06-20 05:28:48 +0000 |
commit | 27ff9f4fd9754533d086501fd35bccbe9c064a00 (patch) | |
tree | f501d6345e840146396d0b928e69bfd656d0168f /lang/pfe | |
parent | ff73565873f8fd6ba362a0e729447d290533d6b1 (diff) | |
download | pkgsrc-27ff9f4fd9754533d086501fd35bccbe9c064a00.tar.gz |
Disable optimization to help building on NetBSD 6.
Bump package revision.
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 81075a1545b..6484390c095 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/12/17 10:15:52 sbd Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/20 05:28:48 asau Exp $ DISTNAME= pfe-0.33.71 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfe/} EXTRACT_SUFX= .tar.bz2 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS+= --with-regs USE_TOOLS+= perl pkg-config MAKE_ENV+= SHELL=${CONFIG_SHELL} |