svn commit: r421734 - head/mail/asmail

John Marino marino at FreeBSD.org
Sat Sep 10 19:56:48 UTC 2016


Author: marino
Date: Sat Sep 10 19:56:47 2016
New Revision: 421734
URL: https://svnweb.freebsd.org/changeset/ports/421734

Log:
  mail/asmail: configure SSL for any library base

Modified:
  head/mail/asmail/Makefile

Modified: head/mail/asmail/Makefile
==============================================================================
--- head/mail/asmail/Makefile	Sat Sep 10 19:52:11 2016	(r421733)
+++ head/mail/asmail/Makefile	Sat Sep 10 19:56:47 2016	(r421734)
@@ -11,15 +11,16 @@ MASTER_SITES=	AFTERSTEP/apps/asmail/ \
 MAINTAINER=	ports at 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
 


More information about the svn-ports-head mailing list