diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-11 22:20:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-11 22:20:03 +0800 |
commit | b54fefbdc9bf626a8120e2b9a3a6935cc8a12b73 (patch) | |
tree | fc37623c8650154bb66681e5c8c192ffaf49a573 | |
parent | b124ad3e4ac3970ab3cbf4ac129bdfffb29c8ce6 (diff) | |
download | freebsd-ports-gnome-b54fefbdc9bf626a8120e2b9a3a6935cc8a12b73.tar.gz freebsd-ports-gnome-b54fefbdc9bf626a8120e2b9a3a6935cc8a12b73.tar.zst freebsd-ports-gnome-b54fefbdc9bf626a8120e2b9a3a6935cc8a12b73.zip |
- Honor SSL_DEFAULT
- Remove redundant arg from CONFIGURE_ARGS
-rw-r--r-- | security/munge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/munge/Makefile b/security/munge/Makefile index 19b54dcb92e9..c05a657fa99d 100644 --- a/security/munge/Makefile +++ b/security/munge/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var +CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE} USES= libtool pathfix perl5 ssl tar:bzip2 USE_LDCONFIG= yes USE_RC_SUBR= munged |