diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
commit | 78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch) | |
tree | 7e4858a66869a1f04f72f771d443782a53b64ddf /x11/gnome2 | |
parent | e86de175775ca952cf8d092ad3c8216e3fd74dbd (diff) | |
download | marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.bz2 marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.lz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.xz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.zst marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.zip |
Get rid of X11BASE and replace a few to LOCALBASE. I only touch these ports
that are maintaining by gnome@, ports@ and my team ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 07aa507d8..88bc3cd24 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.206 2007/05/17 05:12:14 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.207 2007/05/19 21:36:29 marcus Exp $ # PORTNAME= gnome2 @@ -40,7 +40,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple gcalctool:${PORTSDIR}/math/gcalctool \ gucharmap:${PORTSDIR}/deskutils/gucharmap \ zenity:${PORTSDIR}/x11/zenity \ - ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ + ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnome-netstatus \ dasher:${PORTSDIR}/accessibility/dasher \ evolution-2.12:${PORTSDIR}/mail/evolution \ |