pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libgnomeui this version of libgnomeui demands gt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f41575b64ef4
branches:  trunk
changeset: 474877:f41575b64ef4
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu May 06 22:03:36 2004 +0000

description:
this version of libgnomeui demands gtk2+>=2.4.1. make it so.

diffstat:

 devel/libgnomeui/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6b5c191c7f9f -r f41575b64ef4 devel/libgnomeui/Makefile
--- a/devel/libgnomeui/Makefile Thu May 06 19:21:36 2004 +0000
+++ b/devel/libgnomeui/Makefile Thu May 06 22:03:36 2004 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index