diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-14 15:30:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-14 15:30:37 +0800 |
commit | 9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54 (patch) | |
tree | 912320b1fa7fde70bb2ca5974b8ccaf40594ca31 /graphics/py-gd | |
parent | 7127c582862b485287788a72eb4efd649262f24f (diff) | |
download | freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.tar.gz freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.tar.zst freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.zip |
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
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} \ |