diff options
Diffstat (limited to 'x11/xlockmore/Makefile.common')
-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 |