diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-21 16:29:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-21 16:29:42 +0000 |
commit | d774725534eb709b0dd369ce5f0d86deabd856d1 (patch) | |
tree | 3fc559ca19ff752d447aa7e195b740fa86038d73 /databases/gramps | |
parent | c92aa28893be470e6f58d9a7cd32adbde07704a9 (diff) | |
download | pkgsrc-d774725534eb709b0dd369ce5f0d86deabd856d1.tar.gz |
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Diffstat (limited to 'databases/gramps')
-rw-r--r-- | databases/gramps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index d568e2cc8fe..b1d697ab346 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/26 21:19:06 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/21 16:29:45 wiz Exp $ # DISTNAME= gramps-1.0.11 @@ -25,7 +25,7 @@ PYTHON_VERSION_REQD= 23 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../devel/pkg-config/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../graphics/py-imaging/buildlink3.mk" |