From bd3d658adb5c7e6ddf1ebc91ee408cd10c35485d Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 14 Mar 2002 08:59:38 +0000 Subject: This port doesn't really need USE_FREETYPE. --- graphics/py-gd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/py-gd') diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 6234893edf5b..a2d557dea273 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -15,7 +15,6 @@ MAINTAINER= perky@fallin.lv LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd -USE_FREETYPE= yes USE_PYTHON= yes EXCMD= /usr/bin/ex PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ @@ -27,7 +26,8 @@ USE_XPM= yes .endif post-patch: - ${EXCMD} -c 's,^\(gd.*\)$$,\1 -I${PREFIX}/include/gd,g|wq!' ${WRKSRC}/Setup + ${EXCMD} -c 's,^\(gd.*\)$$,\1 -I${LOCALBASE}/include/gd,g|wq!' ${WRKSRC}/Setup + ${EXCMD} -c 's,-lttf,,g|wq!' ${WRKSRC}/Setup .if defined(WITHOUT_X11) ${EXCMD} -c 's,-lX11 -lXpm,,g|wq!' ${WRKSRC}/Setup .endif -- cgit