diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-30 02:45:38 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-30 02:45:38 +0000 |
commit | b71966d7a03613811eaf766e7f876a2c0aa70ede (patch) | |
tree | 2cfd80d73393b551e76887c5d5c0ec66314e137d /games/etuxracer | |
parent | Depend on new Pilot-link (diff) |
Fix sdl depend
PR: 30182
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=47125
Diffstat (limited to 'games/etuxracer')
-rw-r--r-- | games/etuxracer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 80e2b1bedfa0..4a83c8e8cd96 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ MAINTAINER= anholt@teleport.com -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ tcl83.1:${PORTSDIR}/lang/tcl83 USE_MESA= yes @@ -35,8 +35,8 @@ WORKDATA= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} COURSEDIRS= 1 2 3 4 5 6 7 8 9 10 11 post-install: - ${MKDIR} ${DATADIR}/courses + ${MKDIR} ${DATADIR} (cd ${WORKDATA} && ${TAR} -c -f - *) | \ - (cd ${SHAREDIR} && ${TAR} -x -f - ) + (cd ${DATADIR} && ${TAR} -x -f - ) .include <bsd.port.mk> |