diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-27 08:40:05 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-27 08:40:05 +0800 |
commit | 18e6d2dbbb9432c947c6e49439ee07ec893768c2 (patch) | |
tree | 8dda6833922e3744a2e8a5f7524f0bb483b6b5c8 /www/mozilla/bsd.gecko.mk | |
parent | 2391abe5b934a783ec2abda32d02fe6592c5e544 (diff) | |
download | marcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.tar.gz marcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.tar.zst marcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.zip |
- Make bsd.gecko.mk failsafe and check for USE_GECKO before doing
anything.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5224 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/bsd.gecko.mk')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 2072caaed..4a7284ce0 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -2,10 +2,11 @@ # ex:ts=4 # # $FreeBSD$ -# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.2 2005/11/26 05:27:06 ahze Exp $ +# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.3 2005/11/27 00:37:21 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! +.if defined(USE_GECKO) #.if defined(_POSTMKINCLUDED) && !defined(Mozilla_Pre_Include) # Please make sure all changes to this file are passed through the maintainer. @@ -123,5 +124,7 @@ _gecko-pre-everything:: @${ECHO_CMD} " ${gecko} " .endfor @${ECHO_CMD} "" + #.endif # end it all +.endif # HERE THERE BE TACOS |