From d59b035fdf84337168d35c28cffb23418dd2b2b7 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 3 Dec 2017 20:35:32 +0000 Subject: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change --- www/libhpack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/libhpack/Makefile') diff --git a/www/libhpack/Makefile b/www/libhpack/Makefile index 3fc20fbae201..6c185feb7ac9 100644 --- a/www/libhpack/Makefile +++ b/www/libhpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= libhpack PORTVERSION= 0.0.20140710 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://raw.github.com/http2/http2-spec/master/:ec_xml DISTFILES= draft-ietf-httpbis-header-compression.xml:ec_xml @@ -27,7 +27,7 @@ CMAKE_ARGS= -DBUILD_DOCS=OFF \ -DUSE_VALGRIND=OFF MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= cmake pathfix pkgconfig python:2,build shebangfix +USES= cmake pathfix pkgconfig python:2.7,build shebangfix GH_ACCOUNT= alobbs GH_TAGNAME= b0ade19 -- cgit