From 58b6997068580930c68a63e147b407a4ce518bd9 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 10 Sep 2016 03:34:02 +0000 Subject: [PATCH] textproc/htdig: Add CFLAGS and LDFLAGS for USES=ssl --- textproc/htdig/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 26a6181b65ec..af51508bc2ba 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -24,10 +24,11 @@ CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ --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