summaryrefslogtreecommitdiff
path: root/devel/popt
diff options
context:
space:
mode:
authorobache <obache>2007-05-11 13:50:40 +0000
committerobache <obache>2007-05-11 13:50:40 +0000
commit85878ffa5e53d01ee0fb6d462c7a523f36773fa5 (patch)
treeac1cc53d162906440a9de91b5c1cdcedadc1117e /devel/popt
parent23042827a9a5730c3010326d3a104cf184f6a11a (diff)
downloadpkgsrc-85878ffa5e53d01ee0fb6d462c7a523f36773fa5.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"