svn commit: r421702 - head/devel/libfreefare

John Marino marino at FreeBSD.org
Sat Sep 10 15:31:35 UTC 2016


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


More information about the svn-ports-all mailing list