summaryrefslogtreecommitdiff
path: root/security/py-gnupg
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-09-21 09:39:21 +0000
committerjmc <jmc@pkgsrc.org>2003-09-21 09:39:21 +0000
commit51812310e9de90c88d87fb4746cdd0bb56596c51 (patch)
tree12ca27ef9231455027cbfd4320ea8668d8f322c8 /security/py-gnupg
parent3d864cb4ab3c6501ee53134456089e7c5e135c4f (diff)
downloadpkgsrc-51812310e9de90c88d87fb4746cdd0bb56596c51.tar.gz
Add USE_BUILDLINK2 so this picks up a proper depend
Diffstat (limited to 'security/py-gnupg')
-rw-r--r--security/py-gnupg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
index bd00ec8aa5c..becff3b9472 100644
--- a/security/py-gnupg/Makefile
+++ b/security/py-gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:20:31 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/21 09:47:31 jmc Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
@@ -13,6 +13,7 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg
PYTHON_VERSIONS_ACCEPTED= 21
PYDISTUTILSPKG= yes
+USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"