pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey-bin fix a broken depends line (gtk+ live...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a12eebb2274
branches:  trunk
changeset: 533932:3a12eebb2274
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Oct 07 19:59:29 2007 +0000

description:
fix a broken depends line (gtk+ lives in x11/gtk2 not gtk2+)

diffstat:

 www/seamonkey-bin/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9471a777a18 -r 3a12eebb2274 www/seamonkey-bin/Makefile.common
--- a/www/seamonkey-bin/Makefile.common Sun Oct 07 19:58:45 2007 +0000
+++ b/www/seamonkey-bin/Makefile.common Sun Oct 07 19:59:29 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2007/08/23 18:20:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.8 2007/10/07 19:59:29 dmcmahill Exp $
 
 DISTNAME=              ${MOZILLA}${MOX_EXTRA}-bin      # overridden below
 PKGNAME=               ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER}
@@ -33,7 +33,7 @@
 .  if defined(MOZ_GTK2) && !empty(MOZ_GTK2:M[Yy][Ee][Ss])
 DEPENDS+=              gtk2+>=2.2:../../x11/gtk2
 .  else
-DEPENDS+=              gtk2+>=1.2:../../x11/gtk
+DEPENDS+=              gtk+>=1.2:../../x11/gtk
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index