summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-03-02 06:23:53 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-03-02 06:23:53 +0000
commit42a362ee22efe113de6665cbd069b765ae028b7b (patch)
tree1f66e64daedb818adf6cac4695117ff0c7366ba2 /graphics
parentRespect 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')
-rw-r--r--graphics/py-gdchart/Makefile4
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