svn commit: r421655 - head/textproc/htdig

John Marino marino at FreeBSD.org
Sat Sep 10 03:34:03 UTC 2016


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


More information about the svn-ports-all mailing list