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 @@ -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