aboutsummaryrefslogtreecommitdiff
path: root/security/pev
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /security/pev
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
downloadports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz
ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip
Add missing USE_OPENSSL=yes
PR: 195796
Notes
Notes: svn path=/head/; revision=377064
Diffstat (limited to 'security/pev')
-rw-r--r--security/pev/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pev/Makefile b/security/pev/Makefile
index a14570eba602..eb7f1cbd4738 100644
--- a/security/pev/Makefile
+++ b/security/pev/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pev
PORTVERSION= 0.70
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
@@ -13,10 +14,11 @@ LICENSE= GPLv3
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= gmake
+USES= gmake
USE_LDCONFIG= yes
+USE_OPENSSL= yes
MAKE_ARGS= MAKE=${MAKE_CMD}
CFLAGS+= -I${LOCALBASE}/include