summaryrefslogtreecommitdiff
path: root/chat/gabber/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-18 14:55:54 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-18 14:55:54 +0000
commitdea9abf569e6bf5f024e032f5c7ed7656781f75e (patch)
tree26f00e45e25757159b4808978c93e8b672cac4c4 /chat/gabber/Makefile
parente3f5102cf0fedade45366b1f342d152434e80e57 (diff)
downloadpkgsrc-dea9abf569e6bf5f024e032f5c7ed7656781f75e.tar.gz
Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
Diffstat (limited to 'chat/gabber/Makefile')
-rw-r--r--chat/gabber/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile
index 570b4cc3292..eaf636827e8 100644
--- a/chat/gabber/Makefile
+++ b/chat/gabber/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2003/01/27 19:51:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2003/02/18 14:55:55 jmmv Exp $
DISTNAME= gabber-0.8.7
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gabber/}
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-xmms --disable-sigctest
.include "../../devel/libsigc++/buildlink2.mk"
.include "../../lang/gcc/buildlink2.mk"
.include "../../graphics/freetype-lib/buildlink2.mk"
-.include "../../textproc/scrollkeeper/buildlink2.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk--/buildlink2.mk"
.include "../../x11/gnome--/buildlink2.mk"
.include "../../x11/gnome-libs/buildlink2.mk"