summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-06-24 00:56:19 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-06-24 00:56:19 +0800
commite3b0fbca4b588631ca77b50350656d5ba9813a2e (patch)
treecb12075a50d77d5e4e64a51d210810210a7115c3
parent5484ceb00ac6030692c1250f1c03e5b725fab8d5 (diff)
downloadmarcuscom-ports-e3b0fbca4b588631ca77b50350656d5ba9813a2e.tar
marcuscom-ports-e3b0fbca4b588631ca77b50350656d5ba9813a2e.tar.gz
marcuscom-ports-e3b0fbca4b588631ca77b50350656d5ba9813a2e.tar.bz2
marcuscom-ports-e3b0fbca4b588631ca77b50350656d5ba9813a2e.tar.lz
marcuscom-ports-e3b0fbca4b588631ca77b50350656d5ba9813a2e.tar.xz
marcuscom-ports-e3b0fbca4b588631ca77b50350656d5ba9813a2e.tar.zst
marcuscom-ports-e3b0fbca4b588631ca77b50350656d5ba9813a2e.zip
In the News said:
================================================= News ---- Overview of changes in gcalctool 5.19.4 * Released a gcalctool tarball for GNOME 2.19.4. - Fixed bug #448263 Ãdrop libgnome dependency ================================================= Remove libgnomeui dependency and replace it to gconf2, bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9069 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--math/gcalctool/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index 3f19c8cb3..33650fe2e 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/math/gcalctool/Makefile,v 1.71 2007/06/05 13:48:59 ahze Exp $
+# $MCom: ports/math/gcalctool/Makefile,v 1.72 2007/06/19 03:07:55 marcus Exp $
#
PORTNAME= gcalctool
PORTVERSION= 5.19.4
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -24,7 +25,7 @@ USE_GETTEXT= yes
USE_XLIB= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils
+USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"