aboutsummaryrefslogtreecommitdiffstats
path: root/www/libhpack/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-12-04 04:35:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-12-04 04:35:32 +0800
commitd59b035fdf84337168d35c28cffb23418dd2b2b7 (patch)
treec163a9c60f6743cb1e36031096b1127a1709faf3 /www/libhpack/Makefile
parent8829a80302e162b0c255d8e86689176dcea51c73 (diff)
downloadfreebsd-ports-gnome-d59b035fdf84337168d35c28cffb23418dd2b2b7.tar.gz
freebsd-ports-gnome-d59b035fdf84337168d35c28cffb23418dd2b2b7.tar.zst
freebsd-ports-gnome-d59b035fdf84337168d35c28cffb23418dd2b2b7.zip
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www/libhpack/Makefile')
-rw-r--r--www/libhpack/Makefile4
1 files changed, 2 insertions, 2 deletions
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