aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-31 18:21:11 +0800
committerbapt <bapt@FreeBSD.org>2014-10-31 18:21:11 +0800
commit192f390742f10cc2a3d5c80a308dc048bce71687 (patch)
treecf128bf63028232747403fde1059926beea04490
parent3402784a2fb4a996e0ab00688a243e5ebdd10684 (diff)
downloadfreebsd-ports-gnome-192f390742f10cc2a3d5c80a308dc048bce71687.tar.gz
freebsd-ports-gnome-192f390742f10cc2a3d5c80a308dc048bce71687.tar.zst
freebsd-ports-gnome-192f390742f10cc2a3d5c80a308dc048bce71687.zip
Activate CURVE and OPENPGM options by default
Strip binaries Approved by: koobs (maintainer)
-rw-r--r--net/libzmq4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libzmq4/Makefile b/net/libzmq4/Makefile
index 6d417d484537..eee2b4505126 100644
--- a/net/libzmq4/Makefile
+++ b/net/libzmq4/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libzmq4
PORTVERSION= 4.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://download.zeromq.org/
DISTNAME= zeromq-${DISTVERSION}
@@ -14,8 +14,10 @@ LICENSE= LGPL3
USES= libtool pathfix
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= CURVE DEBUG PGM
+OPTIONS_DEFAULT= CURVE PGM
CURVE_DESC= CURVE security mechanism via libsodium
PGM_DESC= Reliable multicast transport using PGM via OpenPGM