1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Change from USES=python:2 to USES=python:2.7

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-03 20:35:32 +00:00
parent 292c06b2a7
commit 51ab817be8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455446

View File

@ -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