summaryrefslogtreecommitdiff
path: root/lang/blackdown-jdk13
diff options
context:
space:
mode:
authormanu <manu>2001-05-23 16:55:00 +0000
committermanu <manu>2001-05-23 16:55:00 +0000
commit1e38f3c04b1dc76632efc7f35fdc62ed1c5196e0 (patch)
tree433be37932663da43c55d8fcdec2362207737469 /lang/blackdown-jdk13
parent6e9b7d17d06b6dabb983db2b4a8854c2cae5c508 (diff)
downloadpkgsrc-1e38f3c04b1dc76632efc7f35fdc62ed1c5196e0.tar.gz
Prevent shlib cheks (this runs NetBSD's ldd on Linux shared libs)
Diffstat (limited to 'lang/blackdown-jdk13')
-rw-r--r--lang/blackdown-jdk13/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/blackdown-jdk13/Makefile b/lang/blackdown-jdk13/Makefile
index 2e3d5e02346..a0cd66eb62e 100644
--- a/lang/blackdown-jdk13/Makefile
+++ b/lang/blackdown-jdk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/05/19 03:56:36 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/05/23 16:55:00 manu Exp $
#
DISTNAME= blackdown-jdk-1.3.0.nb2
@@ -22,6 +22,7 @@ NO_SRC_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
+CHECK_SHLIBS= NO #This would use NetBSD ldd on Linux shlibs.
.include "../../mk/bsd.prefs.mk"