change python version to '-2.7', we don't need symlink of python2.

This commit is contained in:
Vanilla I. Shu 2015-12-10 12:41:51 +00:00
parent 9929478590
commit 212e1d9a4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403451

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libGammu.so:${PORTSDIR}/comms/gammu
USES= pkgconfig python:2
USES= pkgconfig python:-2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>