summaryrefslogtreecommitdiffstats
path: root/math/gcalctool/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-17 16:25:28 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-17 16:25:28 +0800
commit0a8131b5f9e90631b36e15f575b388cbd4d4588d (patch)
tree7ccac322146baa1188b6281d13ed884fcf0c1f52 /math/gcalctool/Makefile
parentba74bd26d8c9d71e71a4be2d5e17fe6cd31a44ec (diff)
downloadmarcuscom-ports-0a8131b5f9e90631b36e15f575b388cbd4d4588d.tar
marcuscom-ports-0a8131b5f9e90631b36e15f575b388cbd4d4588d.tar.gz
marcuscom-ports-0a8131b5f9e90631b36e15f575b388cbd4d4588d.tar.bz2
marcuscom-ports-0a8131b5f9e90631b36e15f575b388cbd4d4588d.tar.lz
marcuscom-ports-0a8131b5f9e90631b36e15f575b388cbd4d4588d.tar.xz
marcuscom-ports-0a8131b5f9e90631b36e15f575b388cbd4d4588d.tar.zst
marcuscom-ports-0a8131b5f9e90631b36e15f575b388cbd4d4588d.zip
Update to 5.31.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14414 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r--math/gcalctool/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index 3da99fd47..0233016a6 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/math/gcalctool/Makefile,v 1.132 2010/04/26 11:11:43 kwm Exp $
+# $MCom: ports/math/gcalctool/Makefile,v 1.135 2010/07/13 14:41:05 kwm Exp $
#
PORTNAME= gcalctool
-PORTVERSION= 5.30.1
-PORTREVISION= 1
+PORTVERSION= 5.31.90
PORTEPOCH= 2
CATEGORIES= math gnome
MASTER_SITES= GNOME
@@ -29,6 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gcalctool.1
-GCONF_SCHEMAS= gcalctool.schemas
+GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml
.include <bsd.port.mk>