summaryrefslogtreecommitdiff
path: root/x11/gnome-applets
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-11-02 02:42:01 +0000
committerrh <rh@pkgsrc.org>2002-11-02 02:42:01 +0000
commitd107945163774c4062fc95068752ea5af76c969b (patch)
treef1fbf145b2833f8da5be4abb0c7b02f2fea44c2a /x11/gnome-applets
parentfef57c8b0c562783b2f3d8c71288814c09b5b76a (diff)
downloadpkgsrc-d107945163774c4062fc95068752ea5af76c969b.tar.gz
s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r--x11/gnome-applets/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 6709d28ddd7..d78e992adaf 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2002/10/19 10:55:00 rh Exp $
+# $NetBSD: Makefile,v 1.23 2002/11/02 02:42:05 rh Exp $
#
DISTNAME= gnome-applets-1.4.0.4
@@ -21,8 +21,9 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib
+CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
-.include "../../devel/libgtop/buildlink2.mk"
+.include "../../textproc/scrollkeeper/buildlink2.mk"
.include "../../x11/gnome-core/buildlink2.mk"
+.include "../../devel/libgtop/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"