diff options
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index a4f52956236..a2d645e11ee 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/03/04 21:29:26 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= popt-1.7 @@ -15,12 +15,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS= ORBit<=0.5.3 -BUILD_USES_MSGFMT= yes - WRKSRC= ${WRKDIR}/${DISTNAME} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes .include "../../devel/gettext-lib/buildlink3.mk" |