From 6ba3471630a868791e69dbf2a6923b135beea46f Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 18 Mar 2002 14:58:53 +0000 Subject: Fix breakage caused by the recent freetype overhaul. Submitted by: bento --- graphics/py-paint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/py-paint') 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' -- cgit v1.2.3