diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-09-13 04:06:44 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-09-13 04:06:44 +0000 |
commit | 3a55ad1a9d20ec444f6fc3ace6338b349d057b1f (patch) | |
tree | 184ba53c2cd8a3865fe6051b557121c2ae2cf9e8 /java/eclipse-devel | |
parent | cb240e58aed6f60a95fd87cdc87935707783d9bf (diff) |
. 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
Diffstat (limited to 'java/eclipse-devel')
-rw-r--r-- | java/eclipse-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 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> |