diff options
author | tv <tv> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv> | 2005-04-11 21:44:48 +0000 |
commit | 2560f48b2f5afa9fcb23e0718a2e2727ca7824cc (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /lang/sun-jre13 | |
parent | ef731a8149ff6629b89ef7b7b5cf109c8144b868 (diff) | |
download | pkgsrc-2560f48b2f5afa9fcb23e0718a2e2727ca7824cc.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index 7d399fc4463..fc29fd13a27 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2004/06/15 12:00:09 abs Exp $ +# $NetBSD: Makefile.common,v 1.23 2005/04/11 21:46:16 tv Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang java @@ -46,7 +46,6 @@ PLIST_SRC= ${PKGDIR}/PLIST.Darwin NO_PATCH= yes # no need for patches on Linux .endif -USE_BUILDLINK3= yes NO_MTREE= yes # since we change PREFIX LDD= ${TRUE} |