diff options
Diffstat (limited to 'www/py-apachelog/Makefile')
-rw-r--r-- | www/py-apachelog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-apachelog/Makefile b/www/py-apachelog/Makefile index b1a4a20cee25..e9204c27ae4c 100644 --- a/www/py-apachelog/Makefile +++ b/www/py-apachelog/Makefile @@ -3,7 +3,7 @@ PORTNAME= apachelog PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \ http://freebsd.unixfreunde.de/sources/ @@ -15,7 +15,7 @@ COMMENT= Python access log parser LICENSE= ART10 GPLv1+ # same as Perl LICENSE_COMB= dual -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |