diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-01-25 02:39:12 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-01-25 02:39:12 +0800 |
commit | 6f88a5609587909ab946da0a4f7cf4e1fcedc374 (patch) | |
tree | 1cf38bcb9bece3bd6eb0d33830e5733fea9564ea /www | |
parent | baf9890d17de574e1ce2c5501f8325e5a2daf647 (diff) | |
download | freebsd-ports-gnome-6f88a5609587909ab946da0a4f7cf4e1fcedc374.tar.gz freebsd-ports-gnome-6f88a5609587909ab946da0a4f7cf4e1fcedc374.tar.zst freebsd-ports-gnome-6f88a5609587909ab946da0a4f7cf4e1fcedc374.zip |
Fix WITH_SMB for mozilla and firefox.
Approved by: mezz (gnome@)
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 5058bcf8c755..9d55c33c4c76 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -185,7 +185,7 @@ WITH_OPTIMIZE?= -O .if defined(WITH_SMB) USE_GNOME+= gnomevfs2 -MOZ_OPTIONS+= --disable-gnomevfs +MOZ_OPTIONS+= --enable-gnomevfs .endif .if defined(WITH_DEBUG) |