summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-02-09 21:12:56 +0000
committerwiz <wiz@pkgsrc.org>2002-02-09 21:12:56 +0000
commit5ad3cd689aed751828b389f1af0749274f6b4c7c (patch)
tree74b69883a89ecd63b805a36f60623960e3ad78e8 /x11/xscreensaver/Makefile
parentddf35537db6a933297d9f04d1749a135572a1b2e (diff)
downloadpkgsrc-5ad3cd689aed751828b389f1af0749274f6b4c7c.tar.gz
Update xscreensaver to 4.00:
* Redesigned xscreensaver-demo GUI: it now includes small-preview and per-hack configuration dialogs. * Added three new modes of operation: One Screen Saver, Blank Screen, and Don't Blank (in addition to the historical Random Screen Saver). * Configure now defaults to installing the hacks in <prefix>/lib/xscreensaver/ instead of <prefix>/bin/. (Most distros already did it this way.) * New GL hacks, menger, engine, flipscreen3d. * Made sierpinski3d be more colorful. * New versions of xmatrix and nerverot. * Fixed a bug in starwars that made the font be drawn with thin lines in -root mode. * Fixed a bad colormap bug in crystal that could make subsequent hacks malfunction! * Made gflux able to grab screen images (-mode grab). * Updated webcollage for recent search engine changes. * Removed most command-line options to xscreensaver: just edit the ~/.xscreensaver file instead. * Improved behavior on multi-screen and Xinerama systems: the mouse now stays on the screen where the user left it, and the password and splash dialogs always appear on the screen that has the mouse. * Made the splash dialog use more Gtk-like colors; made it have only two buttons, ``Settings'' and ``Help''. * Made sonar understand .ssh/known_hosts2 format files, and be better about stripping out illegal addresses.
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r--x11/xscreensaver/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index 4418a95bd3d..35c2d7a0955 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.46 2001/02/17 17:07:23 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2002/02/09 21:12:56 wiz Exp $
#
COMMENT= Screen saver and locker for the X window system
CONFLICTS+= xscreensaver-gnome-[0-9]*
-CONFIGURE_ARGS+=--without-gnome
+CONFIGURE_ARGS+= --without-gnome
+CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config
.include "../../x11/xscreensaver/Makefile.common"