diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-20 06:19:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-20 06:19:25 +0000 |
commit | 8a276b984ded9bb7b0c52a7cf56755aa2172c6ff (patch) | |
tree | 9919f12d22b23182d83b9ef80a1cd5a2a88b8556 /www/mozilla-devel/Makefile | |
parent | 99fcf0e03df1ddba19bb09b120baa5b4cf0e2fdb (diff) |
Notes
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 26cd94194c3f..a4a02764eabb 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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} \ |