diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /games/rtcw | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'games/rtcw')
-rw-r--r-- | games/rtcw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index e494486d024..6505ceb7520 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:31 wiz Exp $ DISTNAME= wolf-linux-1.33.x86 PKGNAME= rtcw-1.33 @@ -28,7 +28,7 @@ USE_TOOLS+= gtar .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Linux" -DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base +DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base .include "../../emulators/suse_linux/Makefile.application" .else .include "../../mk/x11.buildlink3.mk" |