diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:34:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:34:52 +0000 |
commit | 5e3e9cf68bde4c163fe53f444b203860e205ebae (patch) | |
tree | 5491f76c263641017445ecd02f1df3efdd6d3522 /astro | |
parent | 92d03410d199ecbaf1c81e52c32e0477e863f409 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-pymetar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/py-pymetar/Makefile b/astro/py-pymetar/Makefile index 4c862a82e7b1..0ba61cdee8e8 100644 --- a/astro/py-pymetar/Makefile +++ b/astro/py-pymetar/Makefile @@ -3,6 +3,7 @@ PORTNAME= pymetar PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= astro python geography MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:2 shebangfix +USES= python:2.7 shebangfix SHEBANG_FILES= bin/${PORTNAME} |