diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 02:29:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 02:29:16 +0800 |
commit | a987b758f9619c40b16effce5d02fe4b0f85f94a (patch) | |
tree | b08a0a0bcdb3b0e975458697ba69210b249fedf4 /games/gcompris/Makefile | |
parent | c31c6777e7927b3d70c1e5d618b2de583834fd13 (diff) | |
download | marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.gz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.bz2 marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.lz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.xz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.zst marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.zip |
Get rid of some X11BASE and some X11BASE -> LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9420 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gcompris/Makefile')
-rw-r--r-- | games/gcompris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 4d3116a93..e31a2076b 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -44,7 +44,7 @@ INFO= gcompris .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 @@ -62,7 +62,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: |