summaryrefslogtreecommitdiff
path: root/graphics/gnuplot-nox11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnuplot-nox11/Makefile')
-rw-r--r--graphics/gnuplot-nox11/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile
index 8b2a0a7ff24..acfbb3286b2 100644
--- a/graphics/gnuplot-nox11/Makefile
+++ b/graphics/gnuplot-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2003/06/07 17:39:25 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/03 15:32:35 seb Exp $
#
DISTNAME= gnuplot-3.7.3
@@ -13,13 +13,16 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://sourceforge.net/projects/gnuplot/
COMMENT= gnuplot is a nice plotting utility
-CONFLICTS+= ${DISTNAME:C/-[0-9].*//}
+CONFLICTS+= gnuplot-[0-9]*
USE_BUILDLINK2= YES
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
USE_GNU_READLINE= YES
GNU_CONFIGURE= YES
+USE_NEW_TEXINFO= YES
+INFO_FILES= gnuplot.info
+
CONFIGURE_ARGS+= --with-pdf
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
@@ -29,5 +32,4 @@ CONFIGURE_ARGS+= --without-x
.include "../../graphics/plotutils-nox11/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../print/pdflib/buildlink2.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"