svn commit: r368793 - head/security/trousers

Hiroki Sato hrs at FreeBSD.org
Sun Sep 21 23:12:19 UTC 2014


Author: hrs
Date: Sun Sep 21 23:12:18 2014
New Revision: 368793
URL: http://svnweb.freebsd.org/changeset/ports/368793
QAT: https://qat.redports.org/buildarchive/r368793/

Log:
  Fix build when security/openssl is installed.
  
  PR:	193583

Modified:
  head/security/trousers/Makefile

Modified: head/security/trousers/Makefile
==============================================================================
--- head/security/trousers/Makefile	Sun Sep 21 22:42:33 2014	(r368792)
+++ head/security/trousers/Makefile	Sun Sep 21 23:12:18 2014	(r368793)
@@ -25,7 +25,10 @@ INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	YES
 CONFIGURE_ARGS=	--with-gui=none --enable-static \
 		--localstatedir=${PREFIX}/var \
-		--with-tssuser=${USERS} --with-tssgroup=${GROUPS} RANLIB=:
+		--with-tssuser=${USERS} \
+		--with-tssgroup=${GROUPS} \
+		--with-openssl=${OPENSSLBASE} \
+		RANLIB=:
 MAKE_ENV=	ICONV_LIB=${ICONV_LIB} \
 		ICONV_PREFIX=${ICONV_PREFIX}
 SUB_FILES=	pkg-message


More information about the svn-ports-head mailing list