diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /lang/sun-jre13 | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.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} |