diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 16:48:44 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 16:48:44 +0000 |
commit | 5b9624c1fb2ad18c787328b94c96e0e537d1ace2 (patch) | |
tree | 3486e883b820d8977854f852512c3ffa283069dc /net | |
parent | 0930a86d32175fb58be434400f793a5be6298e8e (diff) | |
download | pkgsrc-5b9624c1fb2ad18c787328b94c96e0e537d1ace2.tar.gz |
Whitespace fixes
Diffstat (limited to 'net')
-rw-r--r-- | net/wistumbler2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile index bc87b587cf3..78085b7c707 100644 --- a/net/wistumbler2/Makefile +++ b/net/wistumbler2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/12/30 16:48:45 cjep Exp $ DISTNAME= wistumbler2.00-pre3 PKGNAME= ${DISTNAME:S/wistumbler/wistumbler-/} @@ -15,7 +15,7 @@ USE_X11= YES GNU_CONFIGURE= YES MANCOMPRESSED= YES -NOT_FOR_PLATFORM= NetBSD-[01].[012345]*-* +NOT_FOR_PLATFORM= NetBSD-[01].[012345]*-* ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* WISTUMBLER2_USES_GTK?= yes @@ -26,7 +26,7 @@ BUILD_DEFS+= WISTUMBLER2_USES_GTK .if !empty(WISTUMBLER2_USES_GTK:M[Yy][Ee][Ss]) .include "../../x11/gtk2/buildlink2.mk" -.else +.else CONFIGURE_ENV+= USE_GTK=0 .endif |