Index: head/devel/py-gyp-devel/Makefile =================================================================== --- head/devel/py-gyp-devel/Makefile (revision 391814) +++ head/devel/py-gyp-devel/Makefile (revision 391815) @@ -1,23 +1,23 @@ # Created by: Daichi GOTO # $FreeBSD$ PORTNAME= gyp PORTVERSION= 20150414 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= daichi@FreeBSD.org COMMENT= Generate Your Projects -USES= python -USE_PYTHON= distutils autoplist +LICENSE= BSD3CLAUSE -.include +USES= python:2 +USE_PYTHON= autoplist distutils pre-configure: ${REINPLACE_CMD} -e 's/linux/${OPSYS:tl}/;s|gcc|${CC}|;s|g++|${CXX}|' \ ${WRKSRC}/pylib/gyp/generator/make.py -.include +.include