pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rpm



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 18 17:02:12 UTC 2016

Modified Files:
        pkgsrc/misc/rpm: Makefile

Log Message:
wants -lcrypto


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/misc/rpm/Makefile

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

Modified files:

Index: pkgsrc/misc/rpm/Makefile
diff -u pkgsrc/misc/rpm/Makefile:1.90 pkgsrc/misc/rpm/Makefile:1.91
--- pkgsrc/misc/rpm/Makefile:1.90       Sat Jul  9 06:38:37 2016
+++ pkgsrc/misc/rpm/Makefile    Sun Sep 18 17:02:12 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2016/07/09 06:38:37 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2016/09/18 17:02:12 wiedi Exp $
 
 DISTNAME=      rpm-4.12.0.1
 PKGREVISION=   4
@@ -79,6 +79,7 @@ SUBST_SED.mkd+=               -e 's,${TOOLS_CMD.mkdir
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../sysutils/file/buildlink3.mk" # for libmagic.
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index