pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-sodium fix pasto



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5e371de3768
branches:  trunk
changeset: 372418:e5e371de3768
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 06 21:48:40 2017 +0000

description:
fix pasto

diffstat:

 security/php-sodium/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b6edc0899db9 -r e5e371de3768 security/php-sodium/Makefile
--- a/security/php-sodium/Makefile      Wed Dec 06 21:47:18 2017 +0000
+++ b/security/php-sodium/Makefile      Wed Dec 06 21:48:40 2017 +0000
@@ -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