aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm-tools
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
commit46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch)
tree60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /games/scummvm-tools
parent286203d809751f18da030a97c6315562e0e58ed9 (diff)
downloadports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.tar.gz
ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.zip
Notes
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r--games/scummvm-tools/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile
index 5ad867245ba9..763918e825bd 100644
--- a/games/scummvm-tools/Makefile
+++ b/games/scummvm-tools/Makefile
@@ -25,12 +25,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/tools-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.3+
-.endif
-
do-install:
.for i in compress_queen compress_saga compress_scumm_bun compress_scumm_sou compress_simon compress_sword1 compress_sword2 extract_kyra extract_loom_tg16 extract_mm_c64 extract_mm_nes extract_scumm_mac extract_simon1_amiga extract_zak_c64 dekyra descumm desword2
@${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin
@@ -43,9 +37,5 @@ do-install:
post-patch:
@${REINPLACE_CMD} -e 's@:= -g -O@+= ${CFLAGS}@' ${WRKSRC}/Makefile
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's/gcc/${CC}/g' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's/g\+\+/g\+\+32/g' ${WRKSRC}/Makefile
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>