summaryrefslogtreecommitdiff
path: root/devel/py-unit
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-09-21 09:33:29 +0000
committerjmc <jmc@pkgsrc.org>2003-09-21 09:33:29 +0000
commit6d9e862c9d49fc42f8ae1f9f92fcdee45484648a (patch)
tree23198b89c8fed2700988590c2f3d7bad2a5d5f02 /devel/py-unit
parenta7801fb1a48c7cd59211f2b4548d88a92fa69f00 (diff)
downloadpkgsrc-6d9e862c9d49fc42f8ae1f9f92fcdee45484648a.tar.gz
Add USE_BUILDLINK2 so this picks up a proper depend
Diffstat (limited to 'devel/py-unit')
-rw-r--r--devel/py-unit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile
index 551a295ec5d..73abd211e43 100644
--- a/devel/py-unit/Makefile
+++ b/devel/py-unit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:43:45 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/21 09:35:18 jmc Exp $
DISTNAME= pyunit-1.4.1
PKGNAME= ${PYPKGPREFIX}-unit-1.4.1
@@ -10,6 +10,7 @@ HOMEPAGE= http://pyunit.sourceforge.net/
COMMENT= Unit testing framework for python
PYDISTUTILSPKG= # defined
+USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"