summaryrefslogtreecommitdiff
path: root/graphics/py-paint
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
commitd8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch)
tree520ef2a8e4549307b131d4654e216085fce34be7 /graphics/py-paint
parentInstall includes into ${PREFIX}/include/freetype1/freetype instead of (diff)
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes
Notes: svn path=/head/; revision=56069
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 9ef833cdbd7b..a4ac6f27fdaa 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","${X11BASE}/include","${LOCALBASE}/include/freetype"]
+INC_DIRS= ["${LOCALBASE}/include/freetype1","${LOCALBASE}/include","${X11BASE}/include","${LOCALBASE}/include/freetype"]
LIB_DIRS= ["${LOCALBASE}/lib","${X11BASE}/lib"]
REPATCH= cd ${WRKSRC} && ${SED}
REPATCHSUBST= -e 's@^\(.*libraries.*\)$$@\1include_dirs=${INC_DIRS},library_dirs=${LIB_DIRS},@g'