summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-01-01 17:01:56 +0000
committerminskim <minskim@pkgsrc.org>2005-01-01 17:01:56 +0000
commite00dde2fb58973fdd07986d384504b7c1fcebe44 (patch)
treebe8cf689ee89bb38a91605249af56b15c76f27a4 /databases
parentfa7efe057ca9cd1a13e99408ac02a356817b4f2a (diff)
downloadpkgsrc-e00dde2fb58973fdd07986d384504b7c1fcebe44.tar.gz
Add missing dependencies (gnome-vfs2 and pkgconfig) and bump
PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r--databases/gramps/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile
index 868d13eec3a..c8cf1310c0e 100644
--- a/databases/gramps/Makefile
+++ b/databases/gramps/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/12/21 18:51:47 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2005/01/01 17:01:56 minskim Exp $
#
DISTNAME= gramps-1.0.8
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
@@ -26,6 +27,8 @@ PYTHON_VERSION_REQD= 23pth
MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
.include "../../textproc/py-xml/buildlink3.mk"