svn commit: r403451 - head/comms/py-gammu

Vanilla I. Shu vanilla at FreeBSD.org
Thu Dec 10 12:41:53 UTC 2015


Author: vanilla
Date: Thu Dec 10 12:41:51 2015
New Revision: 403451
URL: https://svnweb.freebsd.org/changeset/ports/403451

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

Modified:
  head/comms/py-gammu/Makefile

Modified: head/comms/py-gammu/Makefile
==============================================================================
--- head/comms/py-gammu/Makefile	Thu Dec 10 12:37:58 2015	(r403450)
+++ head/comms/py-gammu/Makefile	Thu Dec 10 12:41:51 2015	(r403451)
@@ -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>


More information about the svn-ports-head mailing list