diff options
Diffstat (limited to 'security/py-gnupg')
-rw-r--r-- | security/py-gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index becff3b9472..8ee27bd78d7 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/21 09:47:31 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/05 09:00:23 recht Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -13,7 +13,7 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg PYTHON_VERSIONS_ACCEPTED= 21 PYDISTUTILSPKG= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |