aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-gdchart/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-03-02 14:23:53 +0800
committerperky <perky@FreeBSD.org>2004-03-02 14:23:53 +0800
commitff42230b59c4c1fecbb3239ed06bb20fa7c2b0b0 (patch)
tree82a2902b31a7a19623d89d2568cc72aa6c53c18d /graphics/py-gdchart/Makefile
parent7399a1ad9c13534f7dd2e173f2c9d68830614aed (diff)
downloadfreebsd-ports-graphics-ff42230b59c4c1fecbb3239ed06bb20fa7c2b0b0.tar.gz
freebsd-ports-graphics-ff42230b59c4c1fecbb3239ed06bb20fa7c2b0b0.tar.zst
freebsd-ports-graphics-ff42230b59c4c1fecbb3239ed06bb20fa7c2b0b0.zip
Build with libgdc shared library to fix a PIC problem
on amd64 and ia64.
Diffstat (limited to 'graphics/py-gdchart/Makefile')
-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 414a017aa03..694e6606820 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