If you set the options for mail/thunderbird port, these are recorded in /var/db/ports/, but don't work compiling it. The problem, for me, find a solution in the "porters-handbook" in porters-handbook/makefile-options.html:
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer
I'm sorry but my original report was different. In my original report I said that, for me, the cause was the lines 42 and 43 in the mail/thunderbird/Makefile: . . .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" . . And a little hack is: --- Makefile.orig Sat Jan 21 18:42:27 2006 +++ Makefile Sat Jan 21 18:42:46 2006 @@ -39,6 +39,8 @@ SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}-${PORTVERSION}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome +OPTIONS= + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" I prefer add "OPTIONS=" in my make.conf in a thunderbird section, for me this is a temporary hack. I'm sorry. Bye Jacula Modyun
State Changed From-To: open->closed Committed, thanks!