diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-10-07 19:59:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-10-07 19:59:29 +0000 |
commit | 1dcb99d22c04bb4f653782cab1726fd1b58117e6 (patch) | |
tree | f2945950ee3678fc7ef81f6be7c1bf6ab8ae7b61 /www | |
parent | 33eb8b1967a50856bd377bd272d482764b6d4c62 (diff) | |
download | pkgsrc-1dcb99d22c04bb4f653782cab1726fd1b58117e6.tar.gz |
fix a broken depends line (gtk+ lives in x11/gtk2 not gtk2+)
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey-bin/Makefile.common | 4 |
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 |