aboutsummaryrefslogtreecommitdiff
path: root/math/convertall/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-02-16 15:11:49 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-02-16 15:11:49 +0000
commit1168bb17070770e8eef953a39bc1fae69374d2a1 (patch)
treef73d9b35a8a463512523e49d008b3edd6a5e3338 /math/convertall/Makefile
parent5d35a9dc7c916c24469e5043ceaa628a70918ac6 (diff)
downloadports-1168bb17070770e8eef953a39bc1fae69374d2a1.tar.gz
ports-1168bb17070770e8eef953a39bc1fae69374d2a1.zip
Update to 0.7.3
Now uses PyQT 5.x
Notes
Notes: svn path=/head/; revision=462020
Diffstat (limited to 'math/convertall/Makefile')
-rw-r--r--math/convertall/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile
index e828e6c89ba4..04d75659cd57 100644
--- a/math/convertall/Makefile
+++ b/math/convertall/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= convertall
-PORTVERSION= 0.6.1
+PORTVERSION= 0.7.3
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@@ -12,8 +12,10 @@ COMMENT= Another unit converter
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
-USES= pyqt:4 python:3.3+
-USE_PYQT= core gui
+USES= pyqt:5 python:3.4+ shebangfix
+USE_PYQT= sip core gui widgets sip
+
+SHEBANG_FILES= source/convertall.py
CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR}
NO_ARCH= yes