Date: Sat, 10 Sep 2016 15:31:34 +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: r421702 - head/devel/libfreefare Message-ID: <201609101531.u8AFVYK5093216@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Sep 10 15:31:34 2016 New Revision: 421702 URL: https://svnweb.freebsd.org/changeset/ports/421702 Log: devel/libfreefare: document SSL requirement and set flags accordingly Approved by: SSL blanket Modified: head/devel/libfreefare/Makefile Modified: head/devel/libfreefare/Makefile ============================================================================== --- head/devel/libfreefare/Makefile Sat Sep 10 15:17:50 2016 (r421701) +++ head/devel/libfreefare/Makefile Sat Sep 10 15:31:34 2016 (r421702) @@ -15,8 +15,10 @@ LIB_DEPENDS= libnfc.so:devel/libnfc GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix gmake pkgconfig tar:bzip2 libtool +USES= pathfix gmake pkgconfig tar:bzip2 libtool ssl MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" +LDFLAGS+= -L${OPENSSLLIB} +CFLAGS+= -I${OPENSSLINC} # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limitw:1,even
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101531.u8AFVYK5093216>