diff options
author | markd <markd> | 2004-08-11 14:18:12 +0000 |
---|---|---|
committer | markd <markd> | 2004-08-11 14:18:12 +0000 |
commit | e42d41aa7b898bf7603f03b648111a66faf44bc7 (patch) | |
tree | 167804bb2cc83027533656ba5701f2e0b81a3488 /x11/qt3-libs | |
parent | 6b47ddfd94bbe24a4f118b37b436abcf9c4f552b (diff) | |
download | pkgsrc-e42d41aa7b898bf7603f03b648111a66faf44bc7.tar.gz |
Fix whitespace.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 4209b028ffb..20ade96a75a 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2004/07/13 13:14:41 markd Exp $ +# $NetBSD: Makefile.common,v 1.33 2004/08/11 14:18:12 markd Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -62,11 +62,11 @@ CONFIGURE_ARGS+= -no-xinerama .if defined(USE_CUPS) && !empty(USE_CUPS:M[yY][eE][sS]) . include "../../print/cups/buildlink3.mk" -CONFIGURE_ARGS+= -cups +CONFIGURE_ARGS+= -cups .else -CONFIGURE_ARGS+= -no-cups +CONFIGURE_ARGS+= -no-cups .endif -BUILD_DEFS+= USE_CUPS +BUILD_DEFS+= USE_CUPS # # Reverse the change to how templates are handled made between 3.0.4 |