summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-06-20 05:28:48 +0000
committerasau <asau@pkgsrc.org>2012-06-20 05:28:48 +0000
commit27ff9f4fd9754533d086501fd35bccbe9c064a00 (patch)
treef501d6345e840146396d0b928e69bfd656d0168f /lang
parentff73565873f8fd6ba362a0e729447d290533d6b1 (diff)
downloadpkgsrc-27ff9f4fd9754533d086501fd35bccbe9c064a00.tar.gz
Disable optimization to help building on NetBSD 6.
Bump package revision.
Diffstat (limited to 'lang')
-rw-r--r--lang/pfe/Makefile5
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}