summaryrefslogtreecommitdiff
path: root/graphics/gqview
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-21 16:53:03 +0000
committerminskim <minskim>2004-02-21 16:53:03 +0000
commit8e973c37fc7aa80eafdd59ce3c08cabee1b1f8b0 (patch)
treee253afd448355d9b96cca4156511536e915dccdb /graphics/gqview
parent7f6574c3dd1b26dcdfc7873fc831dc6791952446 (diff)
downloadpkgsrc-8e973c37fc7aa80eafdd59ce3c08cabee1b1f8b0.tar.gz
Include pkgconfig/buildlink3.mk, because the configure script uses
pkg-config to detect GTK+2.
Diffstat (limited to 'graphics/gqview')
-rw-r--r--graphics/gqview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 4e8bae19793..e9960ae0f03 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/02/21 07:59:52 snj Exp $
+# $NetBSD: Makefile,v 1.42 2004/02/21 16:53:03 minskim Exp $
#
DISTNAME= gqview-1.4.0
@@ -16,6 +16,7 @@ GNU_CONFIGURE= # defined
USE_PKGLOCALEDIR= # defined
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"