diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-11-28 15:03:02 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-11-28 15:03:02 +0000 |
commit | 57886c2704688549feb3179deb885bb02e215dd2 (patch) | |
tree | 0f60728258658453912b11763b7a05c1dead1147 /www | |
parent | e763be9574cfa856e4b85711c40833e7646986ad (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 6588dcd1c446..c75e8e676422 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -7,6 +7,7 @@ PORTNAME= seamonkey DISTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source @@ -37,9 +38,8 @@ MOZ_OPTIONS+= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-svg \ --enable-application=suite \ --enable-svg-renderer=cairo \ - --enable-system-cairo \ --enable-canvas -USE_MOZILLA= -png -dbm -jpeg -xft +USE_MOZILLA= -png -dbm -jpeg -xft -cairo MOZ_TOOLKIT= cairo-gtk2 MOZILLA_PLIST_DIRS= bin lib MOZ_PKGCONFIG_FILES= |