aboutsummaryrefslogtreecommitdiffstats
path: root/math/rpcalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/rpcalc/Makefile')
-rw-r--r--math/rpcalc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/rpcalc/Makefile b/math/rpcalc/Makefile
index 791e824fb608..107c1770d7f7 100644
--- a/math/rpcalc/Makefile
+++ b/math/rpcalc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rpcalc
-PORTVERSION= 0.7.1
+PORTVERSION= 0.8.1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@@ -12,8 +12,10 @@ COMMENT= Simple RPN calculator
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= core gui widgets sip
+
+SHEBANG_FILES= source/rpcalc.py
CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR}
NO_ARCH= yes