Date: Sat, 10 Sep 2016 21:50:12 +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: r421747 - head/multimedia/asdcplib Message-ID: <201609102150.u8ALoCbq037177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Sep 10 21:50:12 2016 New Revision: 421747 URL: https://svnweb.freebsd.org/changeset/ports/421747 Log: multimedia/asdcplib: Configure SSL base properly Approved by: SSL blanket Modified: head/multimedia/asdcplib/Makefile Modified: head/multimedia/asdcplib/Makefile ============================================================================== --- head/multimedia/asdcplib/Makefile Sat Sep 10 21:44:48 2016 (r421746) +++ head/multimedia/asdcplib/Makefile Sat Sep 10 21:50:12 2016 (r421747) @@ -12,10 +12,10 @@ COMMENT= Open source implementation of S LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-expat=${LOCALBASE} +CONFIGURE_ARGS+=--with-expat=${LOCALBASE} \ + --with-openssl=${OPENSSLBASE} INSTALL_TARGET= install-strip -USES= libtool +USES= libtool ssl USE_LDCONFIG= yes -USE_OPENSSL= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609102150.u8ALoCbq037177>