summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/scrollkeeper/Makefile')
-rw-r--r--textproc/scrollkeeper/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index 4bfaa1f9f60..b505c5f64f3 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/05/02 12:37:05 rh Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/02 04:49:34 fredb Exp $
#
DISTNAME= scrollkeeper-0.2
@@ -14,7 +14,11 @@ BUILD_USES_MSGFMT= yes
DEPENDS+= libxml>=1.8.9:../../textproc/libxml
GNU_CONFIGURE= yes
-USE_LIBINTL= yes
USE_GMAKE= yes
+USE_LIBINTL= yes
+USE_X11BASE= yes
+
+CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var
+CONFIGURE_ARGS+= --sharedstatedir=${X11PREFIX}/var
.include "../../mk/bsd.pkg.mk"