aboutsummaryrefslogtreecommitdiff
path: root/math/graphthing/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-03 07:32:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-03 07:32:36 +0000
commitfee479fd01ab1eee64f10493877bbe132a972570 (patch)
treeaa06bd1d2e559b0ce133ff18f2afbf653881e7a1 /math/graphthing/Makefile
parent9ab7e43275246adddbc5052548cd237c6a09d793 (diff)
Notes
Diffstat (limited to 'math/graphthing/Makefile')
-rw-r--r--math/graphthing/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile
index 6903738f9d7c..bba6d55ce8a1 100644
--- a/math/graphthing/Makefile
+++ b/math/graphthing/Makefile
@@ -7,15 +7,19 @@
#
PORTNAME= graphthing
-PORTVERSION= 0.6
+PORTVERSION= 0.7
CATEGORIES= misc
MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/
-DISTNAME= GraphThing-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= freebsdports@arved.de
+
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
+ gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
USE_GTK= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+CONFIGURE_ARGS= --without-included-gettext \
+
.include <bsd.port.mk>