summaryrefslogtreecommitdiff
path: root/print/imposter/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-14 20:34:42 +0000
committerminskim <minskim@pkgsrc.org>2004-12-14 20:34:42 +0000
commit454cd9af8b5b5ecbafdb2846b7448fc4c53bfccd (patch)
tree48a3daebe6b06a71bf9df3a8699abee53b7aa655 /print/imposter/Makefile
parent4fc2cc919e535f8e9884c4200c13e160736b2a68 (diff)
downloadpkgsrc-454cd9af8b5b5ecbafdb2846b7448fc4c53bfccd.tar.gz
Add build dependency on pkgconfig.
Diffstat (limited to 'print/imposter/Makefile')
-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"