aboutsummaryrefslogtreecommitdiffstats
path: root/science/veusz/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-07-21 19:11:03 +0800
committermakc <makc@FreeBSD.org>2011-07-21 19:11:03 +0800
commiteed64a1a8ee005fe953e3e708762d3e9bcbd689e (patch)
treee889438f1df23d1344b3a47602160b12a196da1a /science/veusz/Makefile
parent43c7460ab4b1c2f7b39220ae9da5c70a077b8e69 (diff)
downloadfreebsd-ports-gnome-eed64a1a8ee005fe953e3e708762d3e9bcbd689e.tar.gz
freebsd-ports-gnome-eed64a1a8ee005fe953e3e708762d3e9bcbd689e.tar.zst
freebsd-ports-gnome-eed64a1a8ee005fe953e3e708762d3e9bcbd689e.zip
Update to 1.12
Remove needless deps Pacify portlint PR: ports/158760 Approved by: Stas Timokhin (maintainer)
Diffstat (limited to 'science/veusz/Makefile')
-rw-r--r--science/veusz/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/science/veusz/Makefile b/science/veusz/Makefile
index c512ccddb947..961818069f72 100644
--- a/science/veusz/Makefile
+++ b/science/veusz/Makefile
@@ -6,24 +6,18 @@
#
PORTNAME= veusz
-PORTVERSION= 1.10
-PORTREVISION= 1
+PORTVERSION= 1.12
CATEGORIES= science kde
MASTER_SITES= http://download.gna.org/veusz/
MAINTAINER= devel@stasyan.com
COMMENT= Scientific plotting package
-RUN_DEPENDS= ${PYNUMPY} \
- ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
-BUILD_DEPENDS= ${PYNUMPY} \
- ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
-
LICENSE= GPLv2
-USE_GL= gl
-USE_QT_VER= 4
-QT_COMPONENTS= gui corelib rcc moc uic linguist opengl
+BUILD_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes