aboutsummaryrefslogtreecommitdiff
path: root/math/pspp/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-05 22:53:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-05 22:53:57 +0000
commit1adae81a8dab0b1c5f332bc99a9892883e8439a0 (patch)
tree28a0f119d3026cf02d695cb5f4cf0d03f0a4122f /math/pspp/Makefile
parent264b17460743abd6ba6bcbfa53ef445990b8a51b (diff)
downloadports-1adae81a8dab0b1c5f332bc99a9892883e8439a0.tar.gz
ports-1adae81a8dab0b1c5f332bc99a9892883e8439a0.zip
- Update to version 0.6.1 (bugfix)
- Add yelp as a dependency for the GUI (still off by default). PR: 128532 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com>
Notes
Notes: svn path=/head/; revision=222429
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r--math/pspp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 47c87e2e301f..c6671b1cb81b 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pspp
-PORTVERSION= 0.6.0
+PORTVERSION= 0.6.1
CATEGORIES= math
MASTER_SITES= GNU
@@ -43,6 +43,7 @@ PLIST_SUB+= NLS=""
.if defined(WITH_GUI)
LIB_DEPENDS+= gladeui-1:${PORTSDIR}/devel/glade3
+RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp
USE_GNOME+= libglade2
PLIST_SUB+= GUI=""
.else