Index: head/comms/py-gammu/Makefile =================================================================== --- head/comms/py-gammu/Makefile (revision 403450) +++ head/comms/py-gammu/Makefile (revision 403451) @@ -1,22 +1,22 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= gammu PORTVERSION= 2.4 CATEGORIES= comms python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= Python bindings for Gammu library LICENSE= GPLv2 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