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 /misc | |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |