diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-20 14:19:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-20 14:19:25 +0800 |
commit | ce84429bdd7fc19725ac267a92ce946b0932c41e (patch) | |
tree | d4bb1ac91143f3f414bfd4a107876423fe618691 /www/seamonkey/Makefile | |
parent | a1fd5588f62bb4ba520dec2c4fe6ad6b922d57ba (diff) | |
download | freebsd-ports-gnome-ce84429bdd7fc19725ac267a92ce946b0932c41e.tar.gz freebsd-ports-gnome-ce84429bdd7fc19725ac267a92ce946b0932c41e.tar.zst freebsd-ports-gnome-ce84429bdd7fc19725ac267a92ce946b0932c41e.zip |
Update to 1.2a.
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 26cd94194c3f..a4a02764eabb 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,12 +6,11 @@ # PORTNAME= mozilla -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.2a PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - http://people.FreeBSD.org/~marcus/:local + http://people.FreeBSD.org/~sobomax/:local MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src \ marcus/:local DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX} \ @@ -33,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude +USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes @@ -60,6 +60,7 @@ CONFIGURE_ARGS= \ --disable-tests \ --disable-xterm-updates \ --enable-xinerama \ + --enable-xft \ --with-system-jpeg=${LOCALBASE} \ --with-system-mng=${LOCALBASE} \ --with-system-png=${LOCALBASE} \ |