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
commitf0fcc3bb21fc1a01bd8fe89b6af9ed977c06476e (patch)
treee253afd448355d9b96cca4156511536e915dccdb /graphics/gqview
parent3c87440833da0fa2905545ab351d4a98b89d6524 (diff)
downloadpkgsrc-f0fcc3bb21fc1a01bd8fe89b6af9ed977c06476e.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"