diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-09-19 13:49:02 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-09-19 13:49:02 +0000 |
commit | 80860d6dc263cbdf1df00d4b3441297948c84087 (patch) | |
tree | cf5ea5be7cffe8deef09016e0495663dec04dfa8 /sysutils/py-attic/Makefile | |
parent | a401aae5c10b52fa254a4ce5c4be280df16bf5c9 (diff) | |
download | pkgsrc-80860d6dc263cbdf1df00d4b3441297948c84087.tar.gz |
wants openssl
Diffstat (limited to 'sysutils/py-attic/Makefile')
-rw-r--r-- | sysutils/py-attic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-attic/Makefile b/sysutils/py-attic/Makefile index c28cddce04e..1ed67648482 100644 --- a/sysutils/py-attic/Makefile +++ b/sysutils/py-attic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/08/28 15:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/09/19 13:49:02 wiedi Exp $ DISTNAME= Attic-0.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/A/a/} @@ -19,4 +19,5 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && mv attic attic${PYVERSSUFFIX} .include "../../lang/python/distutils.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |