diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 14:58:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 14:58:53 +0000 |
commit | 6ba3471630a868791e69dbf2a6923b135beea46f (patch) | |
tree | fc95a29004dfb580a797f72eceda0b6b9aef0723 /graphics/py-paint | |
parent | fa79c7a9afa57831e7cd108c9147685293ccd424 (diff) | |
download | ports-6ba3471630a868791e69dbf2a6923b135beea46f.tar.gz ports-6ba3471630a868791e69dbf2a6923b135beea46f.zip |
Notes
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 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' |