diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-12-10 20:41:51 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-12-10 20:41:51 +0800 |
commit | 32f5a512e7b9dae537240f37816c9fa829dad089 (patch) | |
tree | 5a4a03751776bb78c1376095880045a786f74851 /comms | |
parent | f54df66e864a35d761a5a2050fbcd3e896f1bc95 (diff) | |
download | freebsd-ports-gnome-32f5a512e7b9dae537240f37816c9fa829dad089.tar.gz freebsd-ports-gnome-32f5a512e7b9dae537240f37816c9fa829dad089.tar.zst freebsd-ports-gnome-32f5a512e7b9dae537240f37816c9fa829dad089.zip |
change python version to '-2.7', we don't need symlink of python2.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-gammu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile index b790dd2cf135..abbb8f2c244b 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -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> |