diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-02 21:55:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-02 21:55:43 +0800 |
commit | 68b8476bb5d07eea0976f1edfbcd78d700974add (patch) | |
tree | 59e12e9e4da55c3ef0e257d5b6312e9b4710697a /www/seamonkey/Makefile | |
parent | b3765efccd4276f9e137c078facae221ab77864c (diff) | |
download | freebsd-ports-gnome-68b8476bb5d07eea0976f1edfbcd78d700974add.tar.gz freebsd-ports-gnome-68b8476bb5d07eea0976f1edfbcd78d700974add.tar.zst freebsd-ports-gnome-68b8476bb5d07eea0976f1edfbcd78d700974add.zip |
Update to 0.9.2.
PR: 28610
Submitted by: Nick Sayer <nsayer@quack.kfu.com>, sf
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 7cb247d2733e..09a15350802e 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -55,7 +55,8 @@ CONFIGURE_ARGS= \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ --with-pthreads -CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ + MOZ_OPTIMIZE_FLAGS="" MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin post-build: |