summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-23 02:08:29 +0000
committerminskim <minskim>2004-02-23 02:08:29 +0000
commit7448baf575ad8f5c17c8ae250b5c0eaed424a396 (patch)
tree71981de30b7f7f2000947b46e069816d45924b6b /textproc
parent7d87cd52bedcd49378e4d59d4e24c68871e8661a (diff)
downloadpkgsrc-7448baf575ad8f5c17c8ae250b5c0eaed424a396.tar.gz
Explicitly depend on pkgconfig.
Diffstat (limited to 'textproc')
-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"