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 /graphics/gnuplot | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile.common b/graphics/gnuplot/Makefile.common index b5daaa24335..7cee9b63e43 100644 --- a/graphics/gnuplot/Makefile.common +++ b/graphics/gnuplot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/06/29 18:10:53 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.3 2005/04/11 21:46:04 tv Exp $ # DISTNAME= gnuplot-4.0.0 @@ -14,7 +14,6 @@ COMMENT= Portable interactive, function plotting utility PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES -USE_BUILDLINK3= YES # because of missing rl_complete_with_tilde_expansion and rl_terminal_name USE_GNU_READLINE= YES |