diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-01 17:42:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-01 17:42:43 +0000 |
commit | d4cc7a2188b6f88e6a3beb2a6278e4b722e87ed5 (patch) | |
tree | 62ea9d90dc0ff75bd8e98888e6aca890d9441c83 /mail/thunderbird3 | |
parent | be92838110ef589e0932ab540b52a0780420c09b (diff) |
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>
Notes
Notes:
svn path=/head/; revision=155015
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 98cfea2f5487..1f4215cde6a4 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" |