Index: head/devel/libfreefare/Makefile =================================================================== --- head/devel/libfreefare/Makefile (revision 421701) +++ head/devel/libfreefare/Makefile (revision 421702) @@ -1,24 +1,26 @@ # Created by: Romain Tartiere # $FreeBSD$ PORTNAME= libfreefare PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ \ http://romain.blogreen.org/distfiles/ MAINTAINER= romain@FreeBSD.org COMMENT= MIFARE contactless tag access library 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 .include