aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-gd
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-14 16:59:38 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-14 16:59:38 +0800
commitbd3d658adb5c7e6ddf1ebc91ee408cd10c35485d (patch)
tree62ae4d7fb79e4187a26cf2b8504638c407cdd0df /graphics/py-gd
parentc887ab12d8720d7d071e2f7a5c32cb0ee5044682 (diff)
downloadfreebsd-ports-gnome-bd3d658adb5c7e6ddf1ebc91ee408cd10c35485d.tar.gz
freebsd-ports-gnome-bd3d658adb5c7e6ddf1ebc91ee408cd10c35485d.tar.zst
freebsd-ports-gnome-bd3d658adb5c7e6ddf1ebc91ee408cd10c35485d.zip
This port doesn't really need USE_FREETYPE.
Diffstat (limited to 'graphics/py-gd')
-rw-r--r--graphics/py-gd/Makefile4
1 files changed, 2 insertions, 2 deletions
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