summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-09 03:07:47 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-09 03:07:47 +0000
commit29ce162d8725e0728487e6970b62cbbae6908d50 (patch)
tree62f823221872cab911f3ecdfdf22c9ce58d07a3a /graphics
parentUse tarball to get source instead of each source code file. (diff)
Fix Makefile
PR: 28827 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=44946
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-paint/Makefile4
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