summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-30 11:21:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-30 11:21:48 +0800
commit78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch)
tree7e4858a66869a1f04f72f771d443782a53b64ddf /deskutils
parente86de175775ca952cf8d092ad3c8216e3fd74dbd (diff)
downloadmarcuscom-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 'deskutils')
-rw-r--r--deskutils/deskbar-applet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile
index 120ff2de4..fce3600a6 100644
--- a/deskutils/deskbar-applet/Makefile
+++ b/deskutils/deskbar-applet/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.57 2007/05/19 21:36:01 marcus Exp $
+# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.58 2007/05/20 22:03:10 marcus Exp $
#
PORTNAME= deskbar-applet
@@ -49,7 +49,7 @@ PLIST_SUB+= EVO="@comment "
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
- ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
+ ${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
.if !defined(PACKAGE_BUILDING)
CONFIGURE_ENV+= DISPLAY="localhost:1001"
.endif
@@ -67,7 +67,7 @@ pre-configure:
${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
${RM} -f ${WRKDIR}/.Xvfb.pid ; \
fi
- ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
+ ${LOCALBASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
@sleep 5
post-configure: