diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-21 16:53:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-21 16:53:03 +0000 |
commit | bb154e35bf7e18627b89f693b82678891983f0de (patch) | |
tree | e253afd448355d9b96cca4156511536e915dccdb /graphics | |
parent | fb3cc313c8472775800007a15f41dd3d9a2a2f0f (diff) | |
download | pkgsrc-bb154e35bf7e18627b89f693b82678891983f0de.tar.gz |
Include pkgconfig/buildlink3.mk, because the configure script uses
pkg-config to detect GTK+2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview/Makefile | 3 |
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" |