summaryrefslogtreecommitdiff
path: root/graphics/g2/Makefile
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
commit585d2d350eda9fc48424da3ff26c9cf4c31b568d (patch)
treee42f4fdd09bef0bc6eaafd01d3d5f6eec5361a17 /graphics/g2/Makefile
parentbf0ef5dd22c57f9c4d62a81b59ce6e68b876fb48 (diff)
downloadpkgsrc-585d2d350eda9fc48424da3ff26c9cf4c31b568d.tar.gz
Convert to buildlink3 and correct a spelling error in DESCR.
Diffstat (limited to 'graphics/g2/Makefile')
-rw-r--r--graphics/g2/Makefile6
1 files changed, 3 insertions, 3 deletions
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"