aboutsummaryrefslogtreecommitdiff
path: root/mail/asmail
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-10 19:56:47 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-10 19:56:47 +0000
commit8a2c6445cad73114bb125aec1fecfcd9037d4851 (patch)
tree0f889e8f2f768f7eab3281c8a12b69306891ae5e /mail/asmail
parent6d9074658bfc0f16dc5b6882a5198061ecfb5b0c (diff)
downloadports-8a2c6445cad73114bb125aec1fecfcd9037d4851.tar.gz
ports-8a2c6445cad73114bb125aec1fecfcd9037d4851.zip
mail/asmail: configure SSL for any library base
Notes
Notes: svn path=/head/; revision=421734
Diffstat (limited to 'mail/asmail')
-rw-r--r--mail/asmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile
index a36d52eacc94..ef9d8b47ab60 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