diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-02 01:42:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-02 01:42:43 +0800 |
commit | 98a236a7c66a36029797695eb27afcd4c15b19ad (patch) | |
tree | 8dd4dc0f62cc441f228ca58102e80a33778d3591 /mail/thunderbird3 | |
parent | 9c4f97eaacab6434147481d1a3d8446e3d9c9d64 (diff) | |
download | freebsd-ports-graphics-98a236a7c66a36029797695eb27afcd4c15b19ad.tar.gz freebsd-ports-graphics-98a236a7c66a36029797695eb27afcd4c15b19ad.tar.zst freebsd-ports-graphics-98a236a7c66a36029797695eb27afcd4c15b19ad.zip |
Add an empty OPTIONS declaration to enable additional OPTIONS that are added
after bsd.port.pre.mk is included.
PR: 92106
Submitted by: jacula modyun <jacula@gmail.com>
Diffstat (limited to 'mail/thunderbird3')
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index 98cfea2f548..1f4215cde6a 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -39,6 +39,8 @@ PORTNAME_ICON= ${PREFIX}/lib/${PORTNAME}/icons/default.xpm 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" |