summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-14 18:55:50 +0000
committerwiz <wiz>2006-05-14 18:55:50 +0000
commit7ddf1c549a94490da2756685ab18d59723aa7922 (patch)
treea153eeb680e66da3ef27756a19ef338c64ff829f /x11/xscreensaver/Makefile.common
parent2c5768905b955b08a87e3aeb0f40a3d7e301408f (diff)
downloadpkgsrc-7ddf1c549a94490da2756685ab18d59723aa7922.tar.gz
Do not install webcollage screensaver by default, since it downloads
random images from the web for display, which might include pornographic or otherwise unwanted pictures. I couldn't find a way to disable this globally by default while still installing it, so we just don't compile and install it now. Bump PKGREVISION for this change. Addresses PR 33310 by Hiroyuki Bessho. Split out options stuff to options.mk file. Add option to install the webcollage screensaver. Clean up a pkglint warning. Remove some gettext workaround; this should be fixed by adding the appropriate tool to USE_TOOLS instead.
Diffstat (limited to 'x11/xscreensaver/Makefile.common')
-rw-r--r--x11/xscreensaver/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common
index bbb9a9e1b0f..ffbfefca0a2 100644
--- a/x11/xscreensaver/Makefile.common
+++ b/x11/xscreensaver/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.87 2006/04/13 18:23:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.88 2006/05/14 18:55:50 wiz Exp $
#
DISTNAME= xscreensaver-4.22
@@ -36,7 +36,6 @@ CONFIGURE_ENV+= X_CFLAGS="-DPKGREVISION=${PKGREVISION}"
CONFIGURE_ARGS+= ac_cv_path_INTLTOOL_PERL=${PERL5:Q}
DISTINFO_FILE= ${.CURDIR}/../../x11/xscreensaver/distinfo
-FILESDIR= ${.CURDIR}/../../x11/xscreensaver/files
PATCHDIR= ${.CURDIR}/../../x11/xscreensaver/patches
.include "../../mk/bsd.prefs.mk"