diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
commit | 6b198f239cff556fec7fb4d7707acb9f8c867de4 (patch) | |
tree | b6c260234d5131f8b40736f90f317645b8519c8a /www/seamonkey | |
parent | b17fb33cdbe95c37c447823066b00b5276998ff0 (diff) | |
download | FreeBSD-ports-6b198f239cff556fec7fb4d7707acb9f8c867de4.zip FreeBSD-ports-6b198f239cff556fec7fb4d7707acb9f8c867de4.tar.gz |
Chase gtk20's shared lib version.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 4c171ab..230675c 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -33,9 +33,8 @@ MOZILLA?= mozilla-devel WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" .if defined(WITH_GTK2) -LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ +LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ ORBit-2.0:${PORTSDIR}/devel/ORBit2 -WITHOUT_XFT= "Mozilla cannot be built with GTK-2.0 and Xft support" .else USE_GNOME= gtk12 .endif |