diff options
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index cd756a49407..c48d38727bf 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/09/30 21:03:22 rh Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/03 16:52:48 jlam Exp $ # DISTNAME= popt-1.6.2 @@ -15,8 +15,11 @@ BUILD_USES_MSGFMT= yes CONFLICTS= ORBit<=0.5.3 -GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig WRKSRC= ${WRKDIR}/${PKGNAME} CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" |