aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-paint
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 14:58:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 14:58:53 +0000
commit6ba3471630a868791e69dbf2a6923b135beea46f (patch)
treefc95a29004dfb580a797f72eceda0b6b9aef0723 /graphics/py-paint
parentfa79c7a9afa57831e7cd108c9147685293ccd424 (diff)
downloadports-6ba3471630a868791e69dbf2a6923b135beea46f.tar.gz
ports-6ba3471630a868791e69dbf2a6923b135beea46f.zip
Fix breakage caused by the recent freetype overhaul.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=56298
Diffstat (limited to 'graphics/py-paint')
-rw-r--r--graphics/py-paint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile
index a4ac6f27fdaa..79441dd5983b 100644
--- a/graphics/py-paint/Makefile
+++ b/graphics/py-paint/Makefile
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
SHARE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
PYDIST_SETUP= cd ${WRKSRC} && ${PYTHON_CMD} setup.py
-INC_DIRS= ["${LOCALBASE}/include/freetype1","${LOCALBASE}/include","${X11BASE}/include","${LOCALBASE}/include/freetype"]
+INC_DIRS= ["${LOCALBASE}/include/freetype1","${LOCALBASE}/include","${X11BASE}/include","${LOCALBASE}/include/freetype1/freetype"]
LIB_DIRS= ["${LOCALBASE}/lib","${X11BASE}/lib"]
REPATCH= cd ${WRKSRC} && ${SED}
REPATCHSUBST= -e 's@^\(.*libraries.*\)$$@\1include_dirs=${INC_DIRS},library_dirs=${LIB_DIRS},@g'