summaryrefslogtreecommitdiff
path: root/devel/popt
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-05-11 13:50:40 +0000
committerobache <obache@pkgsrc.org>2007-05-11 13:50:40 +0000
commit6bdabe874efbff8a40c7c223f6c13216edaa0a2f (patch)
treeac1cc53d162906440a9de91b5c1cdcedadc1117e /devel/popt
parentd96b4a61dba601e643bf995525d4e469a5f9d803 (diff)
downloadpkgsrc-6bdabe874efbff8a40c7c223f6c13216edaa0a2f.tar.gz
popt dosen't use 'xgettext', add workaround to avoid check GNU xgettext.
And 'msgfmt' also not need, remove from TOOLS. Bump PKGREVISION.
Diffstat (limited to 'devel/popt')
-rw-r--r--devel/popt/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile
index 0e80065a8ea..99a9613baa5 100644
--- a/devel/popt/Makefile
+++ b/devel/popt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2006/11/05 17:49:34 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2007/05/11 13:50:40 obache Exp $
#
DISTNAME= popt-1.7
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= devel
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \
ftp://ftp.iks-jena.de/pub/software/unix/misc/ \
@@ -19,8 +19,12 @@ CONFLICTS= ORBit<=0.5.3
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake msgfmt
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
+# XXX: avoid to check GNU xgettext.
+post-extract:
+ touch ${WRKDIR}/rpm.c
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"