summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-06 22:03:36 +0000
committergrant <grant@pkgsrc.org>2004-05-06 22:03:36 +0000
commitb382db3b61bd911b44e3d3dfc07665a3f8fdbd60 (patch)
tree10ac1d779ee524cd388883b5b3991c43c59c470b
parent5138ed7c05c95bcabb314995be0aa8c4e339382c (diff)
downloadpkgsrc-b382db3b61bd911b44e3d3dfc07665a3f8fdbd60.tar.gz
this version of libgnomeui demands gtk2+>=2.4.1. make it so.
-rw-r--r--devel/libgnomeui/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile
index 464f84f6cdb..40773087323 100644
--- a/devel/libgnomeui/Makefile
+++ b/devel/libgnomeui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/05/04 21:11:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.34 2004/05/06 22:03:36 grant Exp $
#
DISTNAME= libgnomeui-2.6.1.1
@@ -29,6 +29,8 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
PKGCONFIG_BASE= ${WRKSRC}/libgnomeui/libgnomeui-2.0.pc
PKGCONFIG_OVERRIDE= ${PKGCONFIG_BASE}.in
+BUILDLINK_DEPENDS.gtk2= gtk2+>=2.4.1
+
# Needed because part of the pc files doesn't get filled in till after
# configure does its pass