diff options
author | jmc <jmc@pkgsrc.org> | 2003-07-02 18:43:12 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-07-02 18:43:12 +0000 |
commit | bfd9ce7b68e87f7933aeb3a78d43fbf0fba26f44 (patch) | |
tree | 3e9b3af5c31389f0d88d945bf4833b8ed895cedb /graphics/py-gdchart/Makefile | |
parent | 5ae77fa04e8b2a534db5722170d39585ef55cdf7 (diff) | |
download | pkgsrc-bfd9ce7b68e87f7933aeb3a78d43fbf0fba26f44.tar.gz |
This depends on freetype and needs a define/library enabled to work.
Also replace -Wl,-R with RPATH_FLAG while I'm here.
Diffstat (limited to 'graphics/py-gdchart/Makefile')
-rw-r--r-- | graphics/py-gdchart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index cc5045c491e..438f4f1a07e 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/06/02 01:19:16 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/02 18:43:12 jmc Exp $ # DISTNAME= gdchart-py-0.6 @@ -16,6 +16,7 @@ USE_GMAKE= yes MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \ GDCHART_INCLUDE=${LOCALBASE}/include \ PYTHON_INCLUDE=${LOCALBASE}/${PYINC} \ + HAVE_LIBFREETYPE=1 \ LOCALBASE=${LOCALBASE} PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} MODULE_FILES= chart.py gdchart.so |