pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/php-sodium
Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Wed Dec  6 21:48:40 UTC 2017
Modified Files:
        pkgsrc/security/php-sodium: Makefile
Log Message:
fix pasto
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/php-sodium/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/php-sodium/Makefile
diff -u pkgsrc/security/php-sodium/Makefile:1.2 pkgsrc/security/php-sodium/Makefile:1.3
--- pkgsrc/security/php-sodium/Makefile:1.2     Wed Dec  6 21:47:18 2017
+++ pkgsrc/security/php-sodium/Makefile Wed Dec  6 21:48:40 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2017/12/06 21:47:18 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/06 21:48:40 jdolecek Exp $
 
 MODNAME=               sodium
 CATEGORIES+=           security
 COMMENT=               PHP extension for the sodium crypto algorithms library
 
-CONFIGURE_ARGS+=       --with-${MODNAME}=${${BUILDLINK_PREFIX.libsodium}
+CONFIGURE_ARGS+=       --with-${MODNAME}=${BUILDLINK_PREFIX.libsodium}
 
 PHP_VERSIONS_ACCEPTED= 72
 
Home |
Main Index |
Thread Index |
Old Index