summaryrefslogtreecommitdiff
path: root/graphics/gnuplot-nox11
diff options
context:
space:
mode:
authorsnj <snj>2004-04-17 01:14:19 +0000
committersnj <snj>2004-04-17 01:14:19 +0000
commit94d6cf3d331eba276565ac957f1808bb0a219df9 (patch)
tree6b2859ade94e4563ebe2a27b3cfab6c4a9d0dcdf /graphics/gnuplot-nox11
parentd314d8063a9b306e704847d42e5d010f0afa5023 (diff)
downloadpkgsrc-94d6cf3d331eba276565ac957f1808bb0a219df9.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/gnuplot-nox11')
-rw-r--r--graphics/gnuplot-nox11/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile
index 9e2fa95a73a..ee2c4816351 100644
--- a/graphics/gnuplot-nox11/Makefile
+++ b/graphics/gnuplot-nox11/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2003/08/09 10:53:29 seb Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/17 01:14:19 snj Exp $
#
DISTNAME= gnuplot-3.7.3
-SVR4_PKGNAME= gplot
PKGNAME= ${DISTNAME:C/-/-nox11-/}
+SVR4_PKGNAME= gplot
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
ftp://ftp.ucc.ie/pub/gnuplot/ \
@@ -15,7 +15,7 @@ COMMENT= Gnuplot is a nice plotting utility
CONFLICTS+= gnuplot-[0-9]*
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
USE_GNU_READLINE= YES
GNU_CONFIGURE= YES
@@ -27,8 +27,8 @@ CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
CONFIGURE_ARGS+= --without-x
-.include "../../devel/readline/buildlink2.mk"
-.include "../../graphics/plotutils-nox11/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../print/pdflib/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../graphics/plotutils-nox11/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../print/pdflib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"