diff options
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 3a2e30ed5aa..7e913269bc2 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.4 1998/07/13 21:31:27 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/07/26 20:24:16 frueauf Exp $ # -DISTNAME= xscreensaver-2.24 +DISTNAME= xscreensaver-2.26 CATEGORIES= x11 MASTER_SITES= http://people.netscape.com/jwz/xscreensaver/ -MAINTAINER= packages@netbsd.org +MAINTAINER= frueauf@netbsd.org DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d DEPENDS+= Mesa-2.6:../../graphics/Mesa -CONFLICTS= xscreensaver-2.23 +CONFLICTS= xscreensaver-2.23 xscreensaver-2.24 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--without-shadow --with-zippy=/usr/games/fortune +CONFIGURE_ARGS+=--without-shadow --with-zippy=/usr/games/fortune \ + --enable-subdir=${PREFIX}/libexec/xscreensaver USE_X11= yes USE_MOTIF= yes |