diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 03:22:56 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 03:22:56 +0800 |
commit | cb9658c144d90d7e7cb1d87dc344c30444c49006 (patch) | |
tree | 430ba9a8cd00c165c2cdf2607681eba6dea0e080 | |
parent | 1463ce7e5a3da0960f376471cac607542b50a373 (diff) | |
download | marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.gz marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.bz2 marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.lz marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.xz marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.zst marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.zip |
- Update for LOCALBASE use
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6646 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/liboobs/Makefile | 6 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index 6af468e49..b4eedc7d2 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.1 2006/06/07 02:32:29 ahze Exp $ +# $MCom: ports/devel/liboobs/Makefile,v 1.2 2006/06/07 02:33:27 ahze Exp $ PORTNAME= liboobs PORTVERSION= 0.1.0 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} MAINTAINER= gnome@FreeBSD.org COMMENT= Wrapping library to the System Tools Backends -BUILD_DEPENDS= ${X11BASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends -RUN_DEPENDS= ${X11BASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends +BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends +RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 7369ef4a6..76c7aa110 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.101 2006/05/11 11:35:42 ahze Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.102 2006/07/15 14:34:17 ahze Exp $ # PORTNAME= librsvg2 @@ -21,7 +21,7 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ popt.0:${PORTSDIR}/devel/popt \ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco -RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmist.so:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 USE_BZIP2= yes USE_GMAKE= yes diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index ac68d1297..ff54f9808 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD: ports/mail/evolution/Makefile,v 1.123 2006/04/30 00:46:56 marcus Exp $ -# $MCom: ports/mail/evolution/Makefile,v 1.107 2006/07/11 05:12:10 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.108 2006/07/16 18:50:52 marcus Exp $ # PORTNAME= evolution @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An integrated mail, calendar and address book distributed suite LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss -RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell +RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell USE_BZIP2= yes USE_GMAKE= yes diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 426fb3b6d..e352ad57e 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.78 2006/07/10 20:44:48 ahze Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.79 2006/07/18 11:32:25 ahze Exp $ # PORTNAME= gnome-icon-theme @@ -17,9 +17,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of icons for the GNOME 2 desktop -BUILD_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ +BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ icon-naming-utils>=0.7.3:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_BZIP2= yes USE_GMAKE= yes |