diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:40:48 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:40:48 +0000 |
commit | 807294a6fcc1eeb6824085cbd826ba8a9cd91425 (patch) | |
tree | 218cc477b41bd69187a75285d28ec46a28a4c95b /graphics/py-gdchart | |
parent | ede8ad4adbc3fe05889bf7a478149219c8a6d870 (diff) | |
download | pkgsrc-807294a6fcc1eeb6824085cbd826ba8a9cd91425.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r-- | graphics/py-gdchart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index bb6558a39e6..eb006fb55e4 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/25 04:41:19 snj Exp $ # DISTNAME= gdchart-py-0.6 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/ COMMENT= Python interface to GDChart -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \ GDCHART_INCLUDE=${LOCALBASE}/include \ @@ -34,6 +34,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLE_DIR} .endfor -.include "../../graphics/gdchart/buildlink2.mk" +.include "../../graphics/gdchart/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |