diff options
-rw-r--r-- | devel/popt/Makefile | 10 |
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" |