diff options
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index 64a5db6e22b..5689549aa7a 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2000/10/17 05:24:53 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2000/10/17 05:44:47 jlam Exp $ # DISTNAME= xscreensaver-3.25 @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --without-motif CONFIGURE_ARGS+= --without-shadow CONFIGURE_ARGS+= --with-zippy=/usr/games/fortune CONFIGURE_ENV+= INSTALL=/usr/bin/install +CONFIGURE_ENV+= ac_cv_x_app_defaults="${X11PREFIX}/lib/X11/app-defaults" FILESDIR= ${.CURDIR}/../../x11/xscreensaver/files PATCHDIR= ${.CURDIR}/../../x11/xscreensaver/patches |