summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-24 12:44:29 +0000
committerjlam <jlam>2003-01-24 12:44:29 +0000
commitd4088503cfde3c4adabdb206825f14e50e159116 (patch)
treeedc4ffd165cb82a61b2dd74a5e58c909f482ccf9 /graphics/py-gdchart
parent82e9c08f368a939d1665560ad580743aca5a277f (diff)
downloadpkgsrc-d4088503cfde3c4adabdb206825f14e50e159116.tar.gz
Bump PKGREVISION of graphics/py-gdchart to 2 in the aftermath of gdchart
installing shared libraries. Also convert to use buildlink2.
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r--graphics/py-gdchart/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
index b4340acbeed..6d9c98879b8 100644
--- a/graphics/py-gdchart/Makefile
+++ b/graphics/py-gdchart/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2002/11/10 15:01:19 darcy Exp $
+# $NetBSD: Makefile,v 1.9 2003/01/24 12:44:29 jlam Exp $
#
DISTNAME= gdchart-py-0.6
PKGNAME= ${PYPKGPREFIX}-gdchart-0.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= http://www.nullcube.com/software/pygdchart.html
@@ -11,8 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/
COMMENT= Python interface to GDChart
-BUILD_DEPENDS= gdchart-0.10.1*:../../graphics/gdchart
-
+USE_BUILDLINK2= yes
USE_GMAKE= yes
MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \
GDCHART_INCLUDE=${LOCALBASE}/include \
@@ -34,5 +33,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLE_DIR}
.endfor
+.include "../../graphics/gdchart/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"