summaryrefslogtreecommitdiffstats
path: root/math/gcalctool
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-29 06:10:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-29 06:10:28 +0800
commit577c395a1006c20a8a4e9563b58b4366ccbd0da4 (patch)
treeffe8cc3c7adb9ae6b842bb78054ef41d48822c14 /math/gcalctool
parent9e9c75d1ab2df1ea12202a442c0ec56529def57b (diff)
downloadmarcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar
marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.gz
marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.bz2
marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.lz
marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.xz
marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.zst
marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.zip
Add a missing gnomedocutils GNOME component.
Reported by: killfill on #freebsd-gnome git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6349 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool')
-rw-r--r--math/gcalctool/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index e81e78158..5a3c6c756 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.46 2006/04/30 05:31:59 ahze Exp $
+# $MCom: ports/math/gcalctool/Makefile,v 1.47 2006/05/02 01:47:11 ahze Exp $
#
PORTNAME= gcalctool
PORTVERSION= 5.8.10
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -24,7 +25,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"