diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-26 18:21:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-26 18:21:22 +0800 |
commit | 2b61969ce87bfd8c786df59a82e5e0364e11f11a (patch) | |
tree | 23d0611777ce7b2a3737bb41e93b018de2ec6860 /www/mozilla/Makefile | |
parent | 8d50189184e23d2c4e5c7313b46efd8a405d01a2 (diff) | |
download | freebsd-ports-gnome-2b61969ce87bfd8c786df59a82e5e0364e11f11a.tar.gz freebsd-ports-gnome-2b61969ce87bfd8c786df59a82e5e0364e11f11a.tar.zst freebsd-ports-gnome-2b61969ce87bfd8c786df59a82e5e0364e11f11a.zip |
Update to 0.9.7.
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index c322ceeb20b3..c2cac9ab73df 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -6,12 +6,14 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \ + ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src -DISTNAME= ${PORTNAME}-source-${PORTVERSION} +DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ + libart_lgpl-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org @@ -56,10 +58,13 @@ CONFIGURE_ARGS= \ --with-mng=${LOCALBASE} \ --with-pthreads CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ - CFLAGS="" CXXFLAGS="" + CFLAGS="" CXXFLAGS="" \ + MOZ_INTERNAL_LIBART_LGPL=1 MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ CFLAGS="" CXXFLAGS="" \ - MALLOC_OPTIONS=j + MALLOC_OPTIONS=j \ + MOZ_INTERNAL_LIBART_LGPL=1 +ALL_TARGET= default post-build: @${SED} -e "s;@PREFIX@;${PREFIX};g" \ |