From 076b584d2fb4f2b8843c25162da582b44fd1604d Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 9 Jul 2001 03:07:47 +0000 Subject: Fix Makefile PR: 28827 Submitted by: MAINTAINER --- graphics/py-paint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/py-paint') 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 -- cgit