diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-11 14:20:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-11 14:20:03 +0000 |
commit | d44e0401abc2fde4e62924a8c5ab9f12ed80891f (patch) | |
tree | fc37623c8650154bb66681e5c8c192ffaf49a573 /security/munge/Makefile | |
parent | bc4a3572213f2e9e873ed4ca66eb500e9d3b43ae (diff) | |
download | ports-d44e0401abc2fde4e62924a8c5ab9f12ed80891f.tar.gz ports-d44e0401abc2fde4e62924a8c5ab9f12ed80891f.zip |
Notes
Diffstat (limited to 'security/munge/Makefile')
-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 |