diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 20:21:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 20:21:05 +0000 |
commit | 43a603805ac60221fc8c03370e10caa3c6e92516 (patch) | |
tree | 388e8f797be694f2068ffbf6bc7da0975c514efe /www/mozilla-vendor/Makefile | |
parent | c91bdcb6cc25aca9f540b67ec22918a8bee5ea03 (diff) |
Notes
Diffstat (limited to 'www/mozilla-vendor/Makefile')
-rw-r--r-- | www/mozilla-vendor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index 9ce118bc5ae2..7e97c7b3a033 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -65,13 +66,12 @@ CONFIGURE_ARGS= \ --with-system-png=${LOCALBASE} \ --with-pthreads .if !defined(WITHOUT_CHATZILLA) -CONFIGURE_ARGS+= --with-extensions=default,irc +CONFIGURE_ARGS+= --enable-extensions=default,irc,xmlterm .endif CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1 MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ MOZ_INTERNAL_LIBART_LGPL=1 ALL_TARGET= default -CFLAGS:= -I${LOCALBASE}/include/freetype2 ${CFLAGS} post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ |