diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 19:56:47 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 19:56:47 +0000 |
commit | 8a2c6445cad73114bb125aec1fecfcd9037d4851 (patch) | |
tree | 0f889e8f2f768f7eab3281c8a12b69306891ae5e /mail/asmail | |
parent | 6d9074658bfc0f16dc5b6882a5198061ecfb5b0c (diff) | |
download | ports-8a2c6445cad73114bb125aec1fecfcd9037d4851.tar.gz ports-8a2c6445cad73114bb125aec1fecfcd9037d4851.zip |
Notes
Diffstat (limited to 'mail/asmail')
-rw-r--r-- | mail/asmail/Makefile | 5 |
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 |