From 8a2c6445cad73114bb125aec1fecfcd9037d4851 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 10 Sep 2016 19:56:47 +0000 Subject: [PATCH] mail/asmail: configure SSL for any library base --- mail/asmail/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index a36d52eacc943..ef9d8b47ab60a 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -11,15 +11,16 @@ MASTER_SITES= AFTERSTEP/apps/asmail/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Biff-type program, designed to match AfterStep +USES= ssl USE_XORG= xpm -USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shaping \ --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -LDFLAGS+= -pthread -lssl -lcrypto +LDFLAGS+= -pthread -L${OPENSSLLIB} -lssl -lcrypto +CPPFLAGS+= -I${OPENSSLINC} OPTIONS_DEFINE= DOCS EXAMPLES