aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2008-09-13 04:06:44 +0000
committerGreg Lewis <glewis@FreeBSD.org>2008-09-13 04:06:44 +0000
commit3a55ad1a9d20ec444f6fc3ace6338b349d057b1f (patch)
tree184ba53c2cd8a3865fe6051b557121c2ae2cf9e8
parentcb240e58aed6f60a95fd87cdc87935707783d9bf (diff)
downloadports-3a55ad1a9d20ec444f6fc3ace6338b349d057b1f.tar.gz
ports-3a55ad1a9d20ec444f6fc3ace6338b349d057b1f.zip
. Fix the build when WITHOUT_MOZILLA is defined by removing the manual
inclusion of an (obsolete) copy of bsd.gecko.mk (its included when appropriate by the port setting USE_GECKO). Submitted by: ale Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=220368
-rw-r--r--java/eclipse-devel/Makefile1
-rw-r--r--java/eclipse/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/java/eclipse-devel/Makefile b/java/eclipse-devel/Makefile
index 439d72e76479..5427b54c3640 100644
--- a/java/eclipse-devel/Makefile
+++ b/java/eclipse-devel/Makefile
@@ -183,5 +183,4 @@ do-install:
@(cd ${PREFIX}; ${FIND} -s -d ${ECLIPSE} -type d) | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
@echo '@unexec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST}
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 6def234c7919..73ef24ef9a53 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -161,5 +161,4 @@ do-install:
-ne 's,^,@dirrm ,p' >> ${TMPPLIST}
@echo '@unexec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST}
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>