diff options
author | adamw <adamw@FreeBSD.org> | 2004-02-27 00:58:59 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-02-27 00:58:59 +0000 |
commit | 96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba (patch) | |
tree | 510defbeb75f0cab3bf589b0590654835b5dfea3 /x11-themes | |
parent | 1f851ac80963eeb85797cc4ca05da9101d5a5abd (diff) | |
download | FreeBSD-ports-96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba.zip FreeBSD-ports-96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba.tar.gz |
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.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index a3d21cd..5512b39 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 |