pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hs-cryptonite



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep 24 09:02:58 UTC 2022

Modified Files:
        pkgsrc/security/hs-cryptonite: Makefile

Log Message:
hs-cryptonite: need prefs.mk to be included here


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/hs-cryptonite/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/hs-cryptonite/Makefile
diff -u pkgsrc/security/hs-cryptonite/Makefile:1.10 pkgsrc/security/hs-cryptonite/Makefile:1.11
--- pkgsrc/security/hs-cryptonite/Makefile:1.10 Sat Sep 24 08:19:03 2022
+++ pkgsrc/security/hs-cryptonite/Makefile      Sat Sep 24 09:02:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/09/24 08:19:03 nia Exp $
+# $NetBSD: Makefile,v 1.11 2022/09/24 09:02:57 nia Exp $
 
 DISTNAME=      cryptonite-0.30
 PKGREVISION=   1
@@ -8,6 +8,8 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Cryptography Primitives sink
 LICENSE=       modified-bsd
 
+.include "../../mk/bsd.fast.prefs.mk"
+
 PLIST_VARS+=   x86
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 PLIST.x86=     yes



Home | Main Index | Thread Index | Old Index