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 | |
parent | 9227fe1c3d9ad96d27c5cbeee81a06fff57dab4e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-paint/Makefile | 4 |
2 files changed, 4 insertions, 4 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} \ diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile index 5486435c6729..9ef833cdbd7b 100644 --- a/graphics/py-paint/Makefile +++ b/graphics/py-paint/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@fallin.lv BUILD_DEPENDS= ${PYDISTUTILS} -LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype \ - png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ art_lgpl.5:${PORTSDIR}/graphics/libart +USE_FREETYPE= yes USE_PYTHON= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ SHARE_SUBDIR=${SHARE_SUBDIR} |