diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 05:50:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 05:50:12 +0800 |
commit | 6852f539a492f4763067f182b357c6ccd7341583 (patch) | |
tree | 9a6306bfecba012821202dd5da6f881e8c778654 /multimedia | |
parent | 5384fe2721cd5bebce6f49ff05baca2a8e458da1 (diff) | |
download | freebsd-ports-gnome-6852f539a492f4763067f182b357c6ccd7341583.tar.gz freebsd-ports-gnome-6852f539a492f4763067f182b357c6ccd7341583.tar.zst freebsd-ports-gnome-6852f539a492f4763067f182b357c6ccd7341583.zip |
multimedia/asdcplib: Configure SSL base properly
Approved by: SSL blanket
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/asdcplib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/asdcplib/Makefile b/multimedia/asdcplib/Makefile index 7856279830d4..15532ffce6b1 100644 --- a/multimedia/asdcplib/Makefile +++ b/multimedia/asdcplib/Makefile @@ -12,10 +12,10 @@ COMMENT= Open source implementation of SMPTE and the MXF Interop format 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> |