Index: head/devel/py-statgrab/Makefile =================================================================== --- head/devel/py-statgrab/Makefile (revision 497972) +++ head/devel/py-statgrab/Makefile (revision 497973) @@ -1,20 +1,20 @@ # Created by: Tim Bishop # $FreeBSD$ PORTNAME= statgrab PORTVERSION= 0.7 CATEGORIES= devel python MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/py${PORTNAME}/ \ http://ftp.i-scream.org/pub/i-scream/py${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= tdb@FreeBSD.org COMMENT= Set of Python bindings for libstatgrab LIB_DEPENDS= libstatgrab.so:devel/libstatgrab -USES= pkgconfig python +USES= pkgconfig python:-3.6 USE_PYTHON= distutils autoplist .include