summaryrefslogtreecommitdiff
path: root/devel/eclipse
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-04-18 08:07:48 +0000
committerrh <rh@pkgsrc.org>2003-04-18 08:07:48 +0000
commita91bf70d99879c4dc98ab6ab1da2433b099f4b44 (patch)
tree8995674323579e2ac820c6aaa74e9f892789dbce /devel/eclipse
parent05d6bea79a08363321b0a44cc95051458b9fc1a2 (diff)
downloadpkgsrc-a91bf70d99879c4dc98ab6ab1da2433b099f4b44.tar.gz
Make this work if PKG_DEVELOPER=yes
Diffstat (limited to 'devel/eclipse')
-rw-r--r--devel/eclipse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/eclipse/Makefile b/devel/eclipse/Makefile
index 4825d14e126..536c296177d 100644
--- a/devel/eclipse/Makefile
+++ b/devel/eclipse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/04/17 18:51:57 jschauma Exp $
+# $NetBSD: Makefile,v 1.3 2003/04/18 08:07:48 rh Exp $
#
DISTNAME= ${PKGNAME}
@@ -40,8 +40,8 @@ do-install:
${WRKDIR}/.eclipse
${INSTALL_SCRIPT} ${WRKDIR}/.eclipse ${PREFIX}/bin/eclipse
-# NB: PKG_DEVELOPER=YES will fail:
# this package provides binaries that we can not relink, so no point in checking
+LDD= ${TRUE}
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"