summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-02-09 22:01:59 +0000
committerAde Lovett <ade@FreeBSD.org>2001-02-09 22:01:59 +0000
commitd0d337cf0ea86b3f913b9757c0124d58bb72a694 (patch)
tree519b72ade9b35a79f908033f2e65982949c6a3e2
parentUpdate to 0.5 (diff)
Update for new x11-toolkits/gal shared library revision
Notes
Notes: svn path=/head/; revision=38151
-rw-r--r--japanese/gnome/Makefile2
-rw-r--r--math/gnumeric/Makefile2
-rw-r--r--math/gnumeric2/Makefile2
-rw-r--r--misc/metatheme/Makefile2
-rw-r--r--misc/metatheme2/Makefile2
-rw-r--r--net/gabber/Makefile2
-rw-r--r--www/gtkhtml/Makefile2
-rw-r--r--www/gtkhtml3/Makefile2
-rw-r--r--www/gtkhtml38/Makefile2
-rw-r--r--www/libgtkhtml/Makefile2
10 files changed, 10 insertions, 10 deletions
diff --git a/japanese/gnome/Makefile b/japanese/gnome/Makefile
index 2d7c69fd30b8..8e03f15670e3 100644
--- a/japanese/gnome/Makefile
+++ b/japanese/gnome/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/japanese/gnomelibs \
panel_applet.4:${PORTSDIR}/japanese/gnomecore \
- gal.3:${PORTSDIR}/japanese/gal
+ gal.4:${PORTSDIR}/japanese/gal
RUN_DEPENDS= gnumeric:${PORTSDIR}/japanese/gnumeric
NO_BUILD= yes
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 6d28843e5512..026392377a86 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
glade.4:${PORTSDIR}/devel/libglade \
guile.9:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2 \
- gal.3:${PORTSDIR}/x11-toolkits/gal
+ gal.4:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_PERL5= yes
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 6d28843e5512..026392377a86 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
glade.4:${PORTSDIR}/devel/libglade \
guile.9:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2 \
- gal.3:${PORTSDIR}/x11-toolkits/gal
+ gal.4:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_PERL5= yes
diff --git a/misc/metatheme/Makefile b/misc/metatheme/Makefile
index 2c01d04fd179..05b251888c2d 100644
--- a/misc/metatheme/Makefile
+++ b/misc/metatheme/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.helixcode.com/pub/metatheme/
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gtkhtml.8:${PORTSDIR}/www/gtkhtml \
- gal.3:${PORTSDIR}/x11-toolkits/gal \
+ gal.4:${PORTSDIR}/x11-toolkits/gal \
gnet.0:${PORTSDIR}/net/gnet
USE_X_PREFIX= yes
diff --git a/misc/metatheme2/Makefile b/misc/metatheme2/Makefile
index 2c01d04fd179..05b251888c2d 100644
--- a/misc/metatheme2/Makefile
+++ b/misc/metatheme2/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.helixcode.com/pub/metatheme/
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gtkhtml.8:${PORTSDIR}/www/gtkhtml \
- gal.3:${PORTSDIR}/x11-toolkits/gal \
+ gal.4:${PORTSDIR}/x11-toolkits/gal \
gnet.0:${PORTSDIR}/net/gnet
USE_X_PREFIX= yes
diff --git a/net/gabber/Makefile b/net/gabber/Makefile
index 27a509c1a3d2..ef5fcbdf5eb0 100644
--- a/net/gabber/Makefile
+++ b/net/gabber/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= erich@tacni.net
LIB_DEPENDS= gtkmm.1:${PORTSDIR}/x11-toolkits/gtk-- \
gnomemm.3:${PORTSDIR}/x11-toolkits/gnome-- \
sigc.1:${PORTSDIR}/devel/libsigc++ \
- gal.3:${PORTSDIR}/x11-toolkits/gal \
+ gal.4:${PORTSDIR}/x11-toolkits/gal \
giconv.2:${PORTSDIR}/converters/libiconv \
glade.4:${PORTSDIR}/devel/libglade
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile
index f433ea52a6be..3e5f53e1e6c3 100644
--- a/www/gtkhtml/Makefile
+++ b/www/gtkhtml/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
wwwzip.1:${PORTSDIR}/www/libwww \
gconf-1.1:${PORTSDIR}/devel/gconf \
pspell.4:${PORTSDIR}/textproc/pspell \
- gal.3:${PORTSDIR}/x11-toolkits/gal
+ gal.4:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index f433ea52a6be..3e5f53e1e6c3 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
wwwzip.1:${PORTSDIR}/www/libwww \
gconf-1.1:${PORTSDIR}/devel/gconf \
pspell.4:${PORTSDIR}/textproc/pspell \
- gal.3:${PORTSDIR}/x11-toolkits/gal
+ gal.4:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile
index f433ea52a6be..3e5f53e1e6c3 100644
--- a/www/gtkhtml38/Makefile
+++ b/www/gtkhtml38/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
wwwzip.1:${PORTSDIR}/www/libwww \
gconf-1.1:${PORTSDIR}/devel/gconf \
pspell.4:${PORTSDIR}/textproc/pspell \
- gal.3:${PORTSDIR}/x11-toolkits/gal
+ gal.4:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile
index f433ea52a6be..3e5f53e1e6c3 100644
--- a/www/libgtkhtml/Makefile
+++ b/www/libgtkhtml/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
wwwzip.1:${PORTSDIR}/www/libwww \
gconf-1.1:${PORTSDIR}/devel/gconf \
pspell.4:${PORTSDIR}/textproc/pspell \
- gal.3:${PORTSDIR}/x11-toolkits/gal
+ gal.4:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_GMAKE= yes