diff options
author | fredb <fredb@pkgsrc.org> | 2000-06-02 20:21:18 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-06-02 20:21:18 +0000 |
commit | d46d2d400a7d6fb2646876c2276b5a4a6c88a66c (patch) | |
tree | 36e5a65e8b4aaab62e93715d2ccab23b4b8087cf /x11/xscreensaver | |
parent | c217b7d9994235091fa0a03f23516d8446f8fc00 (diff) | |
download | pkgsrc-d46d2d400a7d6fb2646876c2276b5a4a6c88a66c.tar.gz |
No, really, don't build the Motif GUI.
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 0b0560f1a9d..0932aea84a6 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2000/06/02 20:12:11 fredb Exp $ +# $NetBSD: Makefile,v 1.44 2000/06/02 20:21:18 fredb Exp $ # DISTNAME= xscreensaver-3.24 @@ -14,6 +14,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-shadow +CONFIGURE_ARGS+=--without-motif CONFIGURE_ARGS+=--enable-subdir=${PREFIX}/libexec/xscreensaver CONFIGURE_ARGS+=--with-zippy=/usr/games/fortune CONFIGURE_ENV+= INSTALL=/usr/bin/install |