diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-07 19:52:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-07 19:52:15 +0800 |
commit | 06dacc728fdde95f05394af6bceab1b13969f016 (patch) | |
tree | 880c618a180c17efab7a1eb9958419e0f9a0ba96 /www/seamonkey2/Makefile | |
parent | 3ff725d264401d5446014ec57af6b20fa0b47ef5 (diff) | |
download | freebsd-ports-graphics-06dacc728fdde95f05394af6bceab1b13969f016.tar.gz freebsd-ports-graphics-06dacc728fdde95f05394af6bceab1b13969f016.tar.zst freebsd-ports-graphics-06dacc728fdde95f05394af6bceab1b13969f016.zip |
Update to 0.9.3.
Submitted by: sf
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r-- | www/seamonkey2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 09a15350802..7a71d45bb9d 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -44,7 +44,7 @@ CONFIGURE_ARGS= \ --enable-editor \ --enable-mailnews \ --enable-mathml \ - --enable-optimize \ + --enable-optimize="${CFLAGS}" \ --enable-pics \ --enable-svg \ --enable-tests \ @@ -56,8 +56,9 @@ CONFIGURE_ARGS= \ --with-mng=${LOCALBASE} \ --with-pthreads CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ - MOZ_OPTIMIZE_FLAGS="" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin + CFLAGS="" CXXFLAGS="" +MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ + CFLAGS="" CXXFLAGS="" post-build: @${SED} -e "s;@PREFIX@;${PREFIX};g" \ |