summaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-23 02:08:29 +0000
committerminskim <minskim@pkgsrc.org>2004-02-23 02:08:29 +0000
commitcf7b9c2c6389a1bda302696b0fde555adffdad93 (patch)
tree71981de30b7f7f2000947b46e069816d45924b6b /textproc/enchant
parent445013e6e37e5ea01dddfbe9d63d62e445bf0156 (diff)
downloadpkgsrc-cf7b9c2c6389a1bda302696b0fde555adffdad93.tar.gz
Explicitly depend on pkgconfig.
Diffstat (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/Makefile3
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"