Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2015 12:41:52 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403451 - head/comms/py-gammu
Message-ID:  <201512101241.tBACfqDv003779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512101241.tBACfqDv003779>