diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 23:18:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 23:18:38 +0000 |
commit | fad3d1b68be6a8bc470b549ba7ab507c63cc3371 (patch) | |
tree | 6d466a3d34df35939da0630e1b106ca18d270d54 /graphics | |
parent | 854f26ce5a3bef3bd1be8829963baac9b9b9120b (diff) | |
download | pkgsrc-fad3d1b68be6a8bc470b549ba7ab507c63cc3371.tar.gz |
Convert to buildlink3. Move PKGREVISION to make pkglint happy.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 43fbb1f08a8..edfa227c36f 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2003/08/09 10:53:27 seb Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/24 23:18:38 snj Exp $ # DISTNAME= gnuplot-3.7.3 -SVR4_PKGNAME= gplot PKGREVISION= 1 +SVR4_PKGNAME= gplot CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \ ftp://ftp.ucc.ie/pub/gnuplot/ \ @@ -16,7 +16,7 @@ COMMENT= Gnuplot is a nice plotting utility CONFLICTS+= gnuplot-nox11-[0-9]* GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES # because of missing rl_complete_with_tilde_expansion and rl_terminal_name USE_GNU_READLINE= YES USE_X11= YES @@ -27,8 +27,8 @@ CONFIGURE_ARGS+= --with-pdf CONFIGURE_ARGS+= --with-plot=${LOCALBASE} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} -.include "../../devel/readline/buildlink2.mk" -.include "../../graphics/plotutils/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" -.include "../../print/pdflib/buildlink2.mk" +.include "../../devel/readline/buildlink3.mk" +.include "../../graphics/plotutils/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../print/pdflib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |