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 | 33e0e18e4d77125d476693a4c44b599a4056ccdd (patch) | |
tree | 43baf26507b5a31981c249642236246dcc1e8cf0 /sysutils | |
parent | e91649df26c408e78a424fa599a1efaeee628d2e (diff) | |
download | pkgsrc-33e0e18e4d77125d476693a4c44b599a4056ccdd.tar.gz |
wants openssl
Diffstat (limited to 'sysutils')
-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" |