summaryrefslogtreecommitdiff
path: root/print/imposter
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-14 20:34:42 +0000
committerminskim <minskim>2004-12-14 20:34:42 +0000
commit465c6fdc6c7bc9fcea05c364dab13dcb14abd80d (patch)
tree48a3daebe6b06a71bf9df3a8699abee53b7aa655 /print/imposter
parent1a3acef85929ee68e00c85ffb34c794cd7468c29 (diff)
downloadpkgsrc-465c6fdc6c7bc9fcea05c364dab13dcb14abd80d.tar.gz
Add build dependency on pkgconfig.
Diffstat (limited to 'print/imposter')
-rw-r--r--print/imposter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/imposter/Makefile b/print/imposter/Makefile
index 567045652e7..e8ecfd0440d 100644
--- a/print/imposter/Makefile
+++ b/print/imposter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/10/03 00:18:05 tv Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/14 20:34:42 minskim Exp $
#
DISTNAME= imposter-0.2
@@ -19,5 +19,6 @@ USE_PKGLOCALEDIR= yes
USE_X11= yes
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"