diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-21 18:25:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-21 18:25:57 +0000 |
commit | 2288ea87f89ce275677f67adb36ba3a2115542e8 (patch) | |
tree | 5d3a6cf5606a0f1af690e88889ce2094030d4327 /graphics | |
parent | 38913fef4a474859fee3804f508d526412a84e4f (diff) | |
download | pkgsrc-2288ea87f89ce275677f67adb36ba3a2115542e8.tar.gz |
Add explicit dependencies on the packages used by this package directly.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index e9960ae0f03..92b64f67f5b 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2004/02/21 16:53:03 minskim Exp $ +# $NetBSD: Makefile,v 1.43 2004/02/21 18:25:57 minskim Exp $ # DISTNAME= gqview-1.4.0 @@ -16,7 +16,9 @@ GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |