diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-09 03:07:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-09 03:07:47 +0000 |
commit | 29ce162d8725e0728487e6970b62cbbae6908d50 (patch) | |
tree | 62f823221872cab911f3ecdfdf22c9ce58d07a3a /graphics | |
parent | Use tarball to get source instead of each source code file. (diff) |
Fix Makefile
PR: 28827
Submitted by: MAINTAINER
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-paint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile index ec391c0a3c55..cb8bb86e33eb 100644 --- a/graphics/py-paint/Makefile +++ b/graphics/py-paint/Makefile @@ -25,8 +25,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SHARE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} PYDIST_SETUP= cd ${WRKSRC} && ${PYTHON_CMD} setup.py -INC_DIRS= ["${LOCALBASE}/include","${LOCALBASE}/include/freetype"] -LIB_DIRS= ["${LOCALBASE}/lib"] +INC_DIRS= ["${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' REPATCHFILES= setup.py |