diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-17 05:44:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-17 05:44:47 +0000 |
commit | 64aef4ae72a7156728f185fbc0cdc699f4f873d3 (patch) | |
tree | 2d324b8c497345ea0e8ec0b8e8fb9afbc0eec999 /x11 | |
parent | 8baedc8095b519d0a1455ab24d7ff4ebfc66c5b8 (diff) | |
download | pkgsrc-64aef4ae72a7156728f185fbc0cdc699f4f873d3.tar.gz |
Make this work with xpkgwedge.
Diffstat (limited to 'x11')
-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 |