summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2014-07-07 12:56:26 +0000
committerobache <obache>2014-07-07 12:56:26 +0000
commit98385c150f0209d9a9046f068cbed84da5c5201e (patch)
tree445575c554d7d14a969ff7bf17dd8dee48fa1872 /net
parentf3f2d8b39226d8cc1b0e959393c9de2cffcb940d (diff)
downloadpkgsrc-98385c150f0209d9a9046f068cbed84da5c5201e.tar.gz
Exactly specify the location of libsodium to configure.
Diffstat (limited to 'net')
-rw-r--r--net/zeromq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile
index 442bc197302..0dae6d09376 100644
--- a/net/zeromq/Makefile
+++ b/net/zeromq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/07/07 12:54:22 obache Exp $
+# $NetBSD: Makefile,v 1.17 2014/07/07 12:56:26 obache Exp $
DISTNAME= zeromq-4.0.4
CATEGORIES= net devel
@@ -26,6 +26,7 @@ CXXFLAGS+= -std=gnu++0x
.endif
.include "../../security/libsodium/buildlink3.mk"
+CONFIGURE_ARGS+= --with-libsodium=${BUILDLINK_PREFIX.libsodium}
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
.include "../../devel/libuuid/buildlink3.mk"