diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-23 02:08:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-23 02:08:29 +0000 |
commit | 487f126a4e8b23438b600546c51f242b7e3f35b3 (patch) | |
tree | 71981de30b7f7f2000947b46e069816d45924b6b /textproc | |
parent | 9916566247caa92deeddf739612ad41266040aef (diff) | |
download | pkgsrc-487f126a4e8b23438b600546c51f242b7e3f35b3.tar.gz |
Explicitly depend on pkgconfig.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 776a955f87c..4499d109670 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/15 23:25:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/23 02:08:29 minskim Exp $ # DISTNAME= enchant-1.1.3 @@ -16,5 +16,6 @@ PKGCONFIG_OVERRIDE+= enchant.pc.in GNU_CONFIGURE= yes .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |