diff options
-rw-r--r-- | Mk/bsd.gnome.mk | 4 | ||||
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 7 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/metacity/Makefile | 5 |
4 files changed, 10 insertions, 10 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 6f1c175a8..6faff2d91 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.394 2006/07/17 20:33:31 marcus Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.395 2006/07/18 01:23:42 marcus Exp $ # # Please view me with 4 column tabs! @@ -396,7 +396,7 @@ nautilus2_USE_GNOME_IMPL=librsvg2 eel2 gnomedesktop desktopfileutils nautilus2_GNOME_DESKTOP_VERSION=2 metacity_LIB_DEPENDS= metacity-private.0:${PORTSDIR}/x11-wm/metacity -metacity_DETECT= ${X11BASE}/libdata/pkgconfig/libmetacity-private.pc +metacity_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmetacity-private.pc metacity_USE_GNOME_IMPL=gconf2 gal2_LIB_DEPENDS= gal-2.4.0:${PORTSDIR}/x11-toolkits/gal2 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 diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 0d25ba2f1..c4d0f7657 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.21 2006/05/06 08:52:09 marcus Exp $ +# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.22 2006/07/10 23:40:25 ahze Exp $ # PORTNAME= gtk-engines2 PORTVERSION= 2.7.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.7 @@ -20,7 +21,6 @@ COMMENT= Theme engine for the gtk+-2.0 toolkit CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* USE_BZIP2= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 9a77549c6..711afba96 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,11 +3,12 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.82 2006/06/13 06:21:17 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.83 2006/07/11 06:54:13 marcus Exp $ # PORTNAME= metacity PORTVERSION= 2.15.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,7 +21,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFLICTS= expocity-[0-9]* USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes |