diff options
Diffstat (limited to 'print/texvc/Makefile')
-rw-r--r-- | print/texvc/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/print/texvc/Makefile b/print/texvc/Makefile index d205282aad47..73c1b7bf29b9 100644 --- a/print/texvc/Makefile +++ b/print/texvc/Makefile @@ -18,16 +18,12 @@ BUILD_WRKSRC= ${WRKSRC}/src PLIST_FILES= bin/texvc OPTIONS_DEFINE= RASTER -OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -RASTER_DESC= rasterization support - -.include <bsd.port.options.mk> +OPTIONS_DEFAULT:= ${OPTIONS_DEFINE} -.if ${PORT_OPTIONS:MRASTER} -USES+= ghostscript:run -USE_TEX= latex dvipsk -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.endif +RASTER_DESC= rasterization support +RASTER_USES= ghostscript:run +RASTER_USE= TEX=latex,dvipsk +RASTER_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${STAGEDIR}${PREFIX}/bin |