Date: Sat, 10 Sep 2016 19:56:47 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421734 - head/mail/asmail Message-ID: <201609101956.u8AJul2L095119@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101956.u8AJul2L095119>