Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 14:20:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421823 - head/security/munge
Message-ID:  <201609111420.u8BEK4RA013765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111420.u8BEK4RA013765>