Date: Sun, 21 Sep 2014 23:12:19 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368793 - head/security/trousers Message-ID: <201409212312.s8LNCJAt068464@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409212312.s8LNCJAt068464>