summaryrefslogtreecommitdiff
path: root/www/seamonkey-bin
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-10-07 19:59:29 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-10-07 19:59:29 +0000
commit002180c96f1cc5245d4d7c911c419e14abe0f2af (patch)
treef2945950ee3678fc7ef81f6be7c1bf6ab8ae7b61 /www/seamonkey-bin
parent55fb9ac3fec2cb39e18ff905790e6bc143992983 (diff)
downloadpkgsrc-002180c96f1cc5245d4d7c911c419e14abe0f2af.tar.gz
fix a broken depends line (gtk+ lives in x11/gtk2 not gtk2+)
Diffstat (limited to 'www/seamonkey-bin')
-rw-r--r--www/seamonkey-bin/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey-bin/Makefile.common b/www/seamonkey-bin/Makefile.common
index 4c056fa1b52..3b1aad68031 100644
--- a/www/seamonkey-bin/Makefile.common
+++ b/www/seamonkey-bin/Makefile.common
@@ -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 @@ EMUL_REQD= suse>=7.3
. 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