diff options
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 899c043d38d..208262bf5fe 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/12/08 01:30:23 salo Exp $ +# $NetBSD: Makefile,v 1.20 2003/01/28 22:03:16 jlam Exp $ # DISTNAME= pwlib_1.4.4 @@ -20,6 +20,7 @@ BUILD_DEPENDS= bison-[0-9]*:../../devel/bison WRKSRC= ${WRKDIR}/pwlib USE_BUILDLINK2= yes +USE_PKGINSTALL= yes USE_GMAKE= yes USE_LIBTOOL= yes @@ -57,5 +58,4 @@ do-install: done .include "../../mk/pthread.buildlink2.mk" -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |