diff options
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 |