diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
commit | eb17ecf3a76595b3591b8d87d75a5f57c714567c (patch) | |
tree | d5bc006116d9cbe0288c6224d463f3f2400e14ce /graphics/py-gd | |
parent | 9227fe1c3d9ad96d27c5cbeee81a06fff57dab4e (diff) | |
download | ports-eb17ecf3a76595b3591b8d87d75a5f57c714567c.tar.gz ports-eb17ecf3a76595b3591b8d87d75a5f57c714567c.zip |
Notes
Diffstat (limited to 'graphics/py-gd')
-rw-r--r-- | graphics/py-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 46aa621cc79c..6234893edf5b 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -13,9 +13,9 @@ DISTNAME= gdmodule-${PORTVERSION} MAINTAINER= perky@fallin.lv -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ - ttf.4:${PORTSDIR}/print/freetype +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +USE_FREETYPE= yes USE_PYTHON= yes EXCMD= /usr/bin/ex PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ |