diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 17:01:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 17:01:56 +0000 |
commit | 09524fa4247ab6c55f4adb71802a41bc179c0227 (patch) | |
tree | be8cf689ee89bb38a91605249af56b15c76f27a4 /databases | |
parent | c388718c5f18fcaf5c20bc2521f696588791891d (diff) | |
download | pkgsrc-09524fa4247ab6c55f4adb71802a41bc179c0227.tar.gz |
Add missing dependencies (gnome-vfs2 and pkgconfig) and bump
PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gramps/Makefile | 5 |
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" |