diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-11 23:10:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-11 23:10:16 +0000 |
commit | 024eca236d40f7f74abbf90d8923fbfedfbcf4d5 (patch) | |
tree | 754c0955f5df7a9428119b23d7c993dee0cc51b3 /Mk/bsd.port.mk | |
parent | 13a655b043d47f2ab618b01e86b174def583fe59 (diff) | |
download | ports-024eca236d40f7f74abbf90d8923fbfedfbcf4d5.tar.gz ports-024eca236d40f7f74abbf90d8923fbfedfbcf4d5.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e441cd413290..4bd48ce53297 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1485,7 +1485,7 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.drupal.mk" .endif -.if defined(WANT_GECKO) || defined(USE_GECKO) +.if defined(USE_GECKO) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif @@ -1947,7 +1947,7 @@ IGNORE= Do not define STAGEDIR in command line .include "${PORTSDIR}/Mk/bsd.fpc.mk" .endif -.if defined(WANT_GECKO) || defined(USE_GECKO) +.if defined(USE_GECKO) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif |