diff options
author | minskim <minskim> | 2004-06-02 15:43:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-06-02 15:43:09 +0000 |
commit | 85d40c78004df3eefe7ce8c6ea976913e8860912 (patch) | |
tree | fc5fa9c2b78d8bec43c5846719549002a059158d /graphics/gnuplot/Makefile | |
parent | e0fa4488726a6c1a4c52af18c265e7d87de3e079 (diff) | |
download | pkgsrc-85d40c78004df3eefe7ce8c6ea976913e8860912.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index edfa227c36f..f6879bab98f 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/04/24 23:18:38 snj Exp $ +# $NetBSD: Makefile,v 1.27 2004/06/02 15:43:09 minskim Exp $ # DISTNAME= gnuplot-3.7.3 @@ -15,6 +15,8 @@ COMMENT= Gnuplot is a nice plotting utility CONFLICTS+= gnuplot-nox11-[0-9]* +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES USE_BUILDLINK3= YES # because of missing rl_complete_with_tilde_expansion and rl_terminal_name |