aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-02-27 08:58:59 +0800
committeradamw <adamw@FreeBSD.org>2004-02-27 08:58:59 +0800
commit96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba (patch)
tree510defbeb75f0cab3bf589b0590654835b5dfea3
parent1f851ac80963eeb85797cc4ca05da9101d5a5abd (diff)
downloadfreebsd-ports-gnome-96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba.tar.gz
freebsd-ports-gnome-96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba.tar.zst
freebsd-ports-gnome-96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba.zip
Convert an explicit LIB_DEPEND upon gtk20 to use of the USE_GNOME
component system. This will prevent the port from breaking when GNOME 2.6 arrives.
-rw-r--r--x11-themes/gtk-xfce-engine/Makefile4
-rw-r--r--x11-toolkits/gtk-xfce-engine/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile
index a3d21cdce74f..5512b395de2c 100644
--- a/x11-themes/gtk-xfce-engine/Makefile
+++ b/x11-themes/gtk-xfce-engine/Makefile
@@ -18,10 +18,8 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.3/ \
MAINTAINER= oliver@FreeBSD.org
COMMENT= An XFCE engine for GTK 2.0
-LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
-
USE_GMAKE= yes
-USE_GNOME= gnomehack
+USE_GNOME= gnomehack gtk20
USE_LIBTOOL= yes
USE_X_PREFIX= yes
diff --git a/x11-toolkits/gtk-xfce-engine/Makefile b/x11-toolkits/gtk-xfce-engine/Makefile
index a3d21cdce74f..5512b395de2c 100644
--- a/x11-toolkits/gtk-xfce-engine/Makefile
+++ b/x11-toolkits/gtk-xfce-engine/Makefile
@@ -18,10 +18,8 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.3/ \
MAINTAINER= oliver@FreeBSD.org
COMMENT= An XFCE engine for GTK 2.0
-LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
-
USE_GMAKE= yes
-USE_GNOME= gnomehack
+USE_GNOME= gnomehack gtk20
USE_LIBTOOL= yes
USE_X_PREFIX= yes