summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-10 23:46:56 +0000
committersnj <snj@pkgsrc.org>2004-04-10 23:46:56 +0000
commit6580f61662a659575c034d2bf6fddc6eb4973f99 (patch)
treee42f4fdd09bef0bc6eaafd01d3d5f6eec5361a17 /graphics
parentfcde52743601bf10716f2367dceebbea6caee862 (diff)
downloadpkgsrc-6580f61662a659575c034d2bf6fddc6eb4973f99.tar.gz
Convert to buildlink3 and correct a spelling error in DESCR.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/g2/DESCR2
-rw-r--r--graphics/g2/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/g2/DESCR b/graphics/g2/DESCR
index 3640a6247fa..db340554012 100644
--- a/graphics/g2/DESCR
+++ b/graphics/g2/DESCR
@@ -4,7 +4,7 @@ written in Ansi-C.
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 --git a/graphics/g2/Makefile b/graphics/g2/Makefile
index 218660ada29..87dd16410b3 100644
--- a/graphics/g2/Makefile
+++ b/graphics/g2/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
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 @@ post-install:
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"