summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--math/gcalctool/Makefile5
-rw-r--r--x11/gnome-terminal/Makefile8
2 files changed, 7 insertions, 6 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"
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index 47a2d7ff8..99198e1df 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -3,15 +3,15 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-terminal/Makefile,v 1.72 2006/05/18 19:31:11 marcus Exp $
+# $MCom: ports/x11/gnome-terminal/Makefile,v 1.73 2006/05/28 20:33:19 mezz Exp $
#
PORTNAME= gnome-terminal
PORTVERSION= 2.15.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -22,7 +22,7 @@ USE_BZIP2= yes
INSTALLS_OMF= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte gnomedocutils
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"