Date: Sat, 10 Sep 2016 03:34:02 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421655 - head/textproc/htdig Message-ID: <201609100334.u8A3Y2kM018018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Sep 10 03:34:02 2016 New Revision: 421655 URL: https://svnweb.freebsd.org/changeset/ports/421655 Log: textproc/htdig: Add CFLAGS and LDFLAGS for USES=ssl Modified: head/textproc/htdig/Makefile Modified: head/textproc/htdig/Makefile ============================================================================== --- head/textproc/htdig/Makefile Sat Sep 10 03:23:12 2016 (r421654) +++ head/textproc/htdig/Makefile Sat Sep 10 03:34:02 2016 (r421655) @@ -24,10 +24,11 @@ CONFIGURE_ARGS= --with-config-dir=${PREF --with-image-dir=${PREFIX}/www/icons/htdig \ --with-image-url-prefix=/icons/htdig \ --with-ssl -USES= libtool +USES= alias libtool ssl USE_LDCONFIG= yes -USE_OPENSSL= yes INSTALL_TARGET= install-strip +LDFLAGS+= -L${OPENSSLLIB} +CFLAGS+= -I${OPENSSLINC} OPTIONS_DEFINE= APACHE DOCS OPTIONS_DEFAULT= APACHE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609100334.u8A3Y2kM018018>