diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 14:58:53 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 14:58:53 +0000 |
commit | 6e0b046db475883f977c70897125403d5a168cae (patch) | |
tree | 9b78ebbd9a2ec260711cb35e98784316ea92a241 /graphics/py-paint | |
parent | 9240402d0783b6f928e68184edd7e0f797c318d4 (diff) | |
download | FreeBSD-ports-6e0b046db475883f977c70897125403d5a168cae.zip FreeBSD-ports-6e0b046db475883f977c70897125403d5a168cae.tar.gz |
Fix breakage caused by the recent freetype overhaul.
Submitted by: bento
Diffstat (limited to 'graphics/py-paint')
-rw-r--r-- | graphics/py-paint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile index a4ac6f2..79441dd 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' |