svn commit: r421823 - head/security/munge

Antoine Brodin antoine at FreeBSD.org
Sun Sep 11 14:20:05 UTC 2016


Author: antoine
Date: Sun Sep 11 14:20:03 2016
New Revision: 421823
URL: https://svnweb.freebsd.org/changeset/ports/421823

Log:
  - Honor SSL_DEFAULT
  - Remove redundant arg from CONFIGURE_ARGS

Modified:
  head/security/munge/Makefile

Modified: head/security/munge/Makefile
==============================================================================
--- head/security/munge/Makefile	Sun Sep 11 14:19:16 2016	(r421822)
+++ head/security/munge/Makefile	Sun Sep 11 14:20:03 2016	(r421823)
@@ -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


More information about the svn-ports-all mailing list