diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
commit | 9aafe503d08e2766f5343cca1c13e96a47c6bd4c (patch) | |
tree | d56a366dfc71562e65a02f0224eed5e9c21419cd /www/seamonkey/files/patch-config-baseconfig.mk | |
parent | - New port: octave-forge-cgi. (diff) |
- Update firefox and thunderbird to 17.0
- Update seamonkey to 2.14
- Update ESR ports and libxul to 10.0.11
- support more h264 codecs when using GSTREAMER with YouTube
- Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1]
- Buildsystem is not python 3 aware, use python up to 2.7 [2]
PR: ports/173679 [1]
Submitted by: swills [1], demon [2]
In collaboration with: Jan Beich <jbeich@tormail.org>
Security: d23119df-335d-11e2-b64c-c8600054b392
Approved by: portmgr (beat)
Feature safe: yes
Diffstat (limited to 'www/seamonkey/files/patch-config-baseconfig.mk')
-rw-r--r-- | www/seamonkey/files/patch-config-baseconfig.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/seamonkey/files/patch-config-baseconfig.mk b/www/seamonkey/files/patch-config-baseconfig.mk index f789129c3ba4..20a51fe6ac1b 100644 --- a/www/seamonkey/files/patch-config-baseconfig.mk +++ b/www/seamonkey/files/patch-config-baseconfig.mk @@ -1,5 +1,5 @@ ---- mozilla/config/baseconfig.mk~ -+++ mozilla/config/baseconfig.mk +--- config/baseconfig.mk~ ++++ config/baseconfig.mk @@ -1,9 +1,9 @@ INCLUDED_AUTOCONF_MK = 1 @@ -11,6 +11,6 @@ +idldir = $(datadir)/idl/%%MOZILLA%% +installdir = $(libdir)/%%MOZILLA%% +sdkdir = $(libdir)/%%MOZILLA%% - DIST = $(DEPTH)/dist - - # We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't + MOZILLA_SRCDIR = $(topsrcdir)/mozilla + MOZDEPTH = $(DEPTH)/mozilla + DIST = $(MOZDEPTH)/dist |