diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:01:44 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:01:44 +0000 |
commit | 1d86d24911c97521bee5594fcace862d0e47a106 (patch) | |
tree | e5545f4771db0649e7eab227cd7bdf71a845f98d /math/rpcalc | |
parent | f48935c9b7b14970904054eb221f9a36c07b70c9 (diff) | |
download | ports-1d86d24911c97521bee5594fcace862d0e47a106.tar.gz ports-1d86d24911c97521bee5594fcace862d0e47a106.zip |
Notes
Diffstat (limited to 'math/rpcalc')
-rw-r--r-- | math/rpcalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rpcalc/Makefile b/math/rpcalc/Makefile index 15559323341f..463e0bdc3c60 100644 --- a/math/rpcalc/Makefile +++ b/math/rpcalc/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui -USES= python:3.2+ +USES= python:3.3+ NO_BUILD= yes INSTALLS_ICONS= yes |