diff options
Diffstat (limited to 'chinese/abiword/Makefile')
-rw-r--r-- | chinese/abiword/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chinese/abiword/Makefile b/chinese/abiword/Makefile index ceba55daef97..ce2d93838c67 100644 --- a/chinese/abiword/Makefile +++ b/chinese/abiword/Makefile @@ -14,19 +14,13 @@ DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= A cross-platform WYSIWYG word processor, with BIG5/GB available -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif - RUN_DEPENDS= AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 \ ttfm.sh:${PORTSDIR}/chinese/ttfm \ - ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \ - gs:${PORTSDIR}/${GSPORT} + ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf NO_BUILD= yes USE_X_PREFIX= yes +USE_GHOSTSCRIPT_RUN= yes .include <bsd.port.pre.mk> |