diff options
author | koobs <koobs@FreeBSD.org> | 2016-08-11 19:14:42 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2016-08-11 19:14:42 +0800 |
commit | faf767d1a8802b90d68a6f2eb84d50f0458ccee3 (patch) | |
tree | 081d03482de7387ffd801f13d6942e27fdfcfa86 /net/libzmq4 | |
parent | 1f3aedd977c7a4e93d84d5b27f1b427ac3047baf (diff) | |
download | freebsd-ports-gnome-faf767d1a8802b90d68a6f2eb84d50f0458ccee3.tar.gz freebsd-ports-gnome-faf767d1a8802b90d68a6f2eb84d50f0458ccee3.tar.zst freebsd-ports-gnome-faf767d1a8802b90d68a6f2eb84d50f0458ccee3.zip |
net/libzmq4: Sort OPTIONS alphebetically
MFH: 2016Q3
Diffstat (limited to 'net/libzmq4')
-rw-r--r-- | net/libzmq4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libzmq4/Makefile b/net/libzmq4/Makefile index 1c54e2844a95..a017ebdef3bb 100644 --- a/net/libzmq4/Makefile +++ b/net/libzmq4/Makefile @@ -19,7 +19,7 @@ USES= libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -OPTIONS_DEFINE= CURVE DEBUG PGM NORM +OPTIONS_DEFINE= CURVE DEBUG NORM PGM OPTIONS_DEFAULT= CURVE PGM CURVE_DESC= CURVE security mechanism via libsodium |