pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-attic



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Mon Sep 19 13:49:02 UTC 2016

Modified Files:
        pkgsrc/sysutils/py-attic: Makefile

Log Message:
wants openssl


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/py-attic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-attic/Makefile
diff -u pkgsrc/sysutils/py-attic/Makefile:1.5 pkgsrc/sysutils/py-attic/Makefile:1.6
--- pkgsrc/sysutils/py-attic/Makefile:1.5       Sun Aug 28 15:48:34 2016
+++ pkgsrc/sysutils/py-attic/Makefile   Mon Sep 19 13:49:02 2016
@@ -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"



Home | Main Index | Thread Index | Old Index