summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-02-27 00:58:59 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-02-27 00:58:59 +0000
commitbc84920be715f7b7c39d229b0756ccb7eeb9beb4 (patch)
tree740f71611470c09cd59e73942e7f64d15a49020f
parentUpdate to 2.2.1. (diff)
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.
Notes
Notes: svn path=/head/; revision=102248
-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