pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/apg
Module Name: pkgsrc
Committed By: triaxx
Date: Sun Jun 4 06:34:54 UTC 2023
Modified Files:
pkgsrc/security/apg: Makefile
Log Message:
apg: Add missing dependency
pkgsrc changes:
---------------
* Add openssl since a linker error occurs due to missing lcrypto on at
least Darwin.
* Bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/apg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/apg/Makefile
diff -u pkgsrc/security/apg/Makefile:1.33 pkgsrc/security/apg/Makefile:1.34
--- pkgsrc/security/apg/Makefile:1.33 Tue Jun 28 11:35:34 2022
+++ pkgsrc/security/apg/Makefile Sun Jun 4 06:34:54 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2022/06/28 11:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2023/06/04 06:34:54 triaxx Exp $
#
DISTNAME= apg-2.3.0b
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= security
#MASTER_SITES= http://www.adel.nursat.kz/apg/download/
@@ -35,4 +35,5 @@ post-extract:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/perl/apgcli.pl ${DESTDIR}${PREFIX}/bin/apgcli
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index