diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-02 06:23:53 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-02 06:23:53 +0000 |
commit | 42a362ee22efe113de6665cbd069b765ae028b7b (patch) | |
tree | 1f66e64daedb818adf6cac4695117ff0c7366ba2 /graphics/py-gdchart | |
parent | Respect WITHOUT_NLS. (diff) |
Build with libgdc shared library to fix a PIC problem
on amd64 and ia64.
Notes
Notes:
svn path=/head/; revision=102697
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r-- | graphics/py-gdchart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 414a017aa038..694e66068203 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -6,7 +6,7 @@ PORTNAME= gdchart PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= http://www.nullcube.com/software/pygdchart/source/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ DISTNAME= pygdchart-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python interface to GDChart -BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart +LIB_DEPENDS= gdc.1:${PORTSDIR}/graphics/gdchart USE_PYTHON= yes USE_PYDISTUTILS=yes |