summaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-15 18:27:48 +0000
committerjlam <jlam>2005-07-15 18:27:48 +0000
commit2145b112085dd79844ef75eec248fba54142dac2 (patch)
tree91f275af994eade5936cfd1677c803fdc48b0f89 /devel/pwlib
parent3f2acd81c0669a0b17a6f3580a3413783dd6a4db (diff)
downloadpkgsrc-2145b112085dd79844ef75eec248fba54142dac2.tar.gz
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
Diffstat (limited to 'devel/pwlib')
-rw-r--r--devel/pwlib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index f1a8a2cfa69..0ec2404ba8e 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/05/22 20:07:54 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/07/15 18:27:49 jlam Exp $
DISTNAME= pwlib-v1_8_3-src
PKGNAME= pwlib-1.8.3
@@ -14,8 +14,7 @@ COMMENT= Portable Windows Libary
BUILD_DEPENDS= bison-[0-9]*:../../devel/bison
WRKSRC= ${WRKDIR}/pwlib
-USE_TOOLS+= gmake
-PKGSRC_USE_TOOLS+= tar
+USE_TOOLS+= gmake tar
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGINSTALL= yes