pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/g2 Convert to buildlink3 and correct a spelli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e51efcc5d40c
branches:  trunk
changeset: 472450:e51efcc5d40c
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 10 23:46:56 2004 +0000

description:
Convert to buildlink3 and correct a spelling error in DESCR.

diffstat:

 graphics/g2/DESCR    |  2 +-
 graphics/g2/Makefile |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r e81dee52ee66 -r e51efcc5d40c graphics/g2/DESCR
--- a/graphics/g2/DESCR Sat Apr 10 23:46:55 2004 +0000
+++ b/graphics/g2/DESCR Sat Apr 10 23:46:56 2004 +0000
@@ -4,7 +4,7 @@
 This library provides a comprehensive set of functions for
 simultaneous generation of graphical output on different types of
 devices. Presently, following devices are currently supported by g2:
-X11, GIF, PostScript (xfig and Win32 are in developement).
+X11, GIF, PostScript (xfig and Win32 are in development).
 
 One major feature of the g2_library is the concept of virtual
 devices. An arbitrary number of physical devices (such as GIF, or X11)
diff -r e81dee52ee66 -r e51efcc5d40c graphics/g2/Makefile
--- a/graphics/g2/Makefile      Sat Apr 10 23:46:55 2004 +0000
+++ b/graphics/g2/Makefile      Sat Apr 10 23:46:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:40:39 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/10 23:46:56 snj Exp $
 
 DISTNAME=              g2-0.49a
 PKGREVISION=           1
@@ -13,7 +13,7 @@
 USE_X11=               yes
 USE_LIBTOOL=           yes
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/G2/.packlist
 PERL5_CONFIGURE=       no
 PERL5_CONFIGURE_DIRS=  ${WRKSRC}/g2_perl
@@ -29,6 +29,6 @@
        cd ${WRKSRC}/demo && ${INSTALL_DATA} *.c *.f *.inc  \
                ${PREFIX}/share/examples/g2
 
-.include "../../graphics/gd/buildlink2.mk"
+.include "../../graphics/gd/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index