diff options
Diffstat (limited to 'x11-themes/gnome-themes/Makefile')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 1a9486255..c6babed1a 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.93 2006/07/15 16:09:17 ahze Exp $ +# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.94 2006/07/15 16:39:00 ahze Exp $ # PORTNAME= gnome-themes @@ -17,15 +17,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of themes and icons for GNOME2 -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 \ +BUILD_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 \ icon-naming-utils>=0.6.7:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 CONFLICTS= clearlooks-metacity-0.* USE_BZIP2= yes USE_GETTEXT= yes -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes USE_GMAKE= yes |