pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Convert to buildlink3. Move PKGREVIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7a23f48f186
branches:  trunk
changeset: 473850:b7a23f48f186
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 24 23:18:38 2004 +0000

description:
Convert to buildlink3.  Move PKGREVISION to make pkglint happy.

diffstat:

 graphics/gnuplot/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r b2e29bb1500f -r b7a23f48f186 graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Sat Apr 24 23:18:10 2004 +0000
+++ b/graphics/gnuplot/Makefile Sat Apr 24 23:18:38 2004 +0000
@@ -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
+PKGREVISION=           1
 SVR4_PKGNAME=          gplot
-PKGREVISION=           1
 CATEGORIES=            graphics x11
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
                        ftp://ftp.ucc.ie/pub/gnuplot/ \
@@ -16,7 +16,7 @@
 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-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"



Home | Main Index | Thread Index | Old Index