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 /x11/xlockmore | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile.common | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 852bd07b2df..fe9cdf8ada5 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.46 2006/12/27 13:37:46 joerg Exp $ +# $NetBSD: Makefile.common,v 1.47 2007/02/22 19:27:28 wiz Exp $ # # This Makefile.common is included by: # @@ -8,7 +8,7 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.23 +DISTNAME= xlockmore-5.23 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ @@ -51,12 +51,12 @@ CPPFLAGS+= ${DEFINES} CXXFLAGS+= ${DEFINES} GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --without-motif -CONFIGURE_ARGS+= --without-editres -CONFIGURE_ARGS+= --without-dtsaver -CONFIGURE_ARGS+= --without-rplay -CONFIGURE_ARGS+= --without-nas -CONFIGURE_ARGS+= --without-gtk +CONFIGURE_ARGS+= --without-motif +CONFIGURE_ARGS+= --without-editres +CONFIGURE_ARGS+= --without-dtsaver +CONFIGURE_ARGS+= --without-rplay +CONFIGURE_ARGS+= --without-nas +CONFIGURE_ARGS+= --without-gtk .if ${OPSYS} == "NetBSD" XLOCK_AUDIOPLAY?= /usr/bin/audioplay |