diff options
author | snj <snj@pkgsrc.org> | 2004-04-17 01:14:19 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-17 01:14:19 +0000 |
commit | 9f680891cdd1077348e09d896e9d90dd1da63e92 (patch) | |
tree | 6b2859ade94e4563ebe2a27b3cfab6c4a9d0dcdf /graphics/gnuplot-nox11 | |
parent | 7328eaf234eb4799e46b349039e5361472d0e9fe (diff) | |
download | pkgsrc-9f680891cdd1077348e09d896e9d90dd1da63e92.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/gnuplot-nox11')
-rw-r--r-- | graphics/gnuplot-nox11/Makefile | 14 |
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" |