pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/cryptopassphrase



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 18 08:34:06 UTC 2024

Modified Files:
        pkgsrc/security/cryptopassphrase: Makefile

Log Message:
cryptopassphrase: needs clang as tool


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/cryptopassphrase/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/cryptopassphrase/Makefile
diff -u pkgsrc/security/cryptopassphrase/Makefile:1.2 pkgsrc/security/cryptopassphrase/Makefile:1.3
--- pkgsrc/security/cryptopassphrase/Makefile:1.2       Sun Aug 11 09:11:04 2024
+++ pkgsrc/security/cryptopassphrase/Makefile   Wed Dec 18 08:34:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/08/11 09:11:04 js Exp $
+# $NetBSD: Makefile,v 1.3 2024/12/18 08:34:06 wiz Exp $
 
 DISTNAME=      cryptopassphrase-1.0.1
 CATEGORIES=    security
@@ -9,6 +9,12 @@ HOMEPAGE=      https://fl.nil.im/cryptopassph
 COMMENT=       Deterministic password generator based on scrypt
 LICENSE=       isc
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
+TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
+.endif
+
 USE_LANGUAGES=         objc
 PKGSRC_COMPILER=       clang   # Needs to be the same as devel/objfw
 



Home | Main Index | Thread Index | Old Index