diff options
author | jlam <jlam> | 2005-05-16 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 01:32:22 +0000 |
commit | e3f34cf3b94d75c39bb593e4765fd3331b249330 (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc /devel/pwlib | |
parent | 147a5621c28e6a26de0b520dcecfda5698bace16 (diff) | |
download | pkgsrc-e3f34cf3b94d75c39bb593e4765fd3331b249330.tar.gz |
Note that tar is required by this package.
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index edd37a1bb19..1f3a6eaa2d7 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/04/11 21:45:37 tv Exp $ +# $NetBSD: Makefile,v 1.42 2005/05/16 01:32:23 jlam Exp $ DISTNAME= pwlib-v1_8_3-src PKGNAME= pwlib-1.8.3 @@ -15,6 +15,7 @@ BUILD_DEPENDS= bison-[0-9]*:../../devel/bison WRKSRC= ${WRKDIR}/pwlib USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= tar USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGINSTALL= yes |