diff options
Diffstat (limited to 'www/firefox15/Makefile')
-rw-r--r-- | www/firefox15/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index ccc53c96d9ae..aea22c49a05b 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -101,6 +101,7 @@ post-extract:: -e 's|@X11BASE@|${X11BASE}|' \ -e 's|@LOCALBASE@|${LOCALBASE}|' \ -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ + -e 's|@PERL@|${PERL5}|' \ <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig post-patch: |