diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-03-19 03:06:16 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-03-19 03:06:16 +0000 |
commit | 533ff4f98b8a651bf49dc2842e0151b163a786c2 (patch) | |
tree | b4b855be4869459ba4384dffed2fdaa44bef3157 /mail/thunderbird | |
parent | ac349fb47c70c1d3def376e389ed4e2b565c192a (diff) | |
download | ports-533ff4f98b8a651bf49dc2842e0151b163a786c2.tar.gz ports-533ff4f98b8a651bf49dc2842e0151b163a786c2.zip |
Notes
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 7fb5a5c89725..e2d16cec72e5 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -60,6 +60,7 @@ post-extract:: <${FILESDIR}/${PORTNAME}.desktop.in >${WRKDIR}/${PORTNAME}.desktop post-patch: + @${REINPLACE_CMD} -e 's|--without-nss||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g' \ -e 's|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \ ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp |