aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2010-12-18 11:15:33 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2010-12-18 11:15:33 +0000
commit816027e823301398e6ae29ea0432e7cf08c282bb (patch)
tree2c08baad633686f6cf7ec19a4baf5d4d23213837 /Mk/bsd.port.mk
parent583b78cf14906640b0c22a11b941829e20a9bc79 (diff)
downloadports-816027e823301398e6ae29ea0432e7cf08c282bb.tar.gz
ports-816027e823301398e6ae29ea0432e7cf08c282bb.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 5f64af73170e..210b6780cd9b 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1553,7 +1553,7 @@ PERL= ${LOCALBASE}/bin/perl
.include "${PORTSDIR}/Mk/bsd.qt.mk"
.endif
-.if defined(WANT_GECKO) || defined(USE_GECKO)
+.if defined(WANT_GECKO) || defined(USE_GECKO) || defined(USE_FIREFOX) || defined(USE_FIREFOX_BUILD) || defined(USE_SEAMONKEY) || defined(USE_SEAMONKEY_BUILD) || defined(USE_THUNDERBIRD) || defined(USE_THUNDERBIRD_BUILD)
.include "${PORTSDIR}/Mk/bsd.gecko.mk"
.endif