diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /security/pev/Makefile | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) |
Notes
Diffstat (limited to 'security/pev/Makefile')
-rw-r--r-- | security/pev/Makefile | 6 |
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 |