summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-26 08:06:25 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-26 08:06:25 +0800
commitc8e1ae96bf5a3ac42ab40988fa51218ad4b016a2 (patch)
tree2b000ad942b8343089e3808c38253174cf545fb5 /Mk
parent82292c6f11f121b73fd9c3c2efa6773355d250d5 (diff)
downloadmarcuscom-ports-c8e1ae96bf5a3ac42ab40988fa51218ad4b016a2.tar.gz
marcuscom-ports-c8e1ae96bf5a3ac42ab40988fa51218ad4b016a2.tar.zst
marcuscom-ports-c8e1ae96bf5a3ac42ab40988fa51218ad4b016a2.zip
- Fix build of librvsg by removing the need of using WANT_GECKO=yes
before bsd.port.pre.mk git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5216 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.mozilla.mk13
1 files changed, 2 insertions, 11 deletions
diff --git a/Mk/bsd.mozilla.mk b/Mk/bsd.mozilla.mk
index f509df29f..e672d45f4 100644
--- a/Mk/bsd.mozilla.mk
+++ b/Mk/bsd.mozilla.mk
@@ -2,11 +2,11 @@
# ex:ts=4
#
# $FreeBSD$
-# $MCom: ports/Mk/bsd.mozilla.mk,v 1.18 2005/11/24 06:31:09 marcus Exp $
+# $MCom: ports/Mk/bsd.mozilla.mk,v 1.19 2005/11/24 06:56:21 ahze Exp $
#
# 4 column tabs prevent hair loss and tooth decay!
-.if !defined(_POSTMKINCLUDED) && !defined(Mozilla_Pre_Include)
+.if defined(_POSTMKINCLUDED) && !defined(Mozilla_Pre_Include)
# Please make sure all changes to this file are passed through the maintainer.
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
@@ -15,9 +15,6 @@ Mozilla_Pre_Include= bsd.mozilla.mk
# Ports can use the following:
#
-# WANT_GECKO= yes
-# include bsd.mozilla.mk
-#
# USE_GECKO= mozilla firefox mozilla-devel
# Lists gecko's the port supports. The first entry will
# be the default gecko to use unless WITH_GECKO is defined
@@ -94,12 +91,6 @@ USE_GCC?= 3.4+
. endif
.endif
-.endif # end Mozilla_Pre_Include
-
-.if defined(_POSTMKINCLUDED) && !defined(Mozilla_Post_Include)
-
-Mozilla_Post_Include= bsd.mozilla.mk
-
.if defined(GECKO) && ${_GECKO_ALL:M${GECKO}}!=""
BUILD_DEPENDS+= ${${GECKO}_PLIST}:${${GECKO}_DEPENDS}
RUN_DEPENDS+= ${${GECKO}_PLIST}:${${GECKO}_DEPENDS}