summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-27 08:40:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-27 08:40:05 +0800
commit18e6d2dbbb9432c947c6e49439ee07ec893768c2 (patch)
tree8dda6833922e3744a2e8a5f7524f0bb483b6b5c8 /www
parent2391abe5b934a783ec2abda32d02fe6592c5e544 (diff)
downloadmarcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.tar
marcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.tar.gz
marcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.tar.bz2
marcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.tar.lz
marcuscom-ports-18e6d2dbbb9432c947c6e49439ee07ec893768c2.tar.xz
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')
-rw-r--r--www/mozilla/bsd.gecko.mk5
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