diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 08:59:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 08:59:38 +0000 |
commit | 4b5d694b1d52404072321c31f92ba2e90f22c7ca (patch) | |
tree | 1661fc54b49f86139a4a1efdecf2ab9ebcb38dc0 | |
parent | c9b31a74c77e64c22d5974cfa1246ec61056a7ad (diff) | |
download | ports-4b5d694b1d52404072321c31f92ba2e90f22c7ca.tar.gz ports-4b5d694b1d52404072321c31f92ba2e90f22c7ca.zip |
Notes
-rw-r--r-- | graphics/py-gd/Makefile | 4 |
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 |