diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-11 15:42:04 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-11 15:42:04 +0000 |
commit | 443558a37e5c543148cf3d42e58aac9798325c65 (patch) | |
tree | 7f7c497dd34bda7c073129a2969a952471c5a6ec /games/eduke32 | |
parent | 9776899737cbcd28d92198d53f85ba64cfcda4df (diff) |
Notes
Diffstat (limited to 'games/eduke32')
-rw-r--r-- | games/eduke32/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index d840dba1a943..f9ae2bec9dd5 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF DISTFILES= ${PORTNAME}_src_${PORTVERSION}${EXTRACT_SUFX} \ txbuild_src_${PORTVERSION}${EXTRACT_SUFX} -PATCH_SITES= http://mephisto.ma.cx/mephisto/patches/ +PATCH_SITES= http://gid0.free.fr/eduke32/ PATCHFILES= ${PORTNAME}_src_${PORTVERSION}.patch \ txbuild_src_${PORTVERSION}.patch PATCH_DIST_STRIP= -p0 @@ -22,8 +22,6 @@ COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -BROKEN= Unfetchable - ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= uses i386 assembly code REINPLACE_ARGS= -i '' |