diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-23 21:05:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-23 21:05:38 +0800 |
commit | 66b69f565120e9362643a69ba0ee141406e28b60 (patch) | |
tree | e9e17840ba5d6aed157447312cb8f2b5e440cb30 | |
parent | 6bf1da95ca27b728bf863e82c681641e2f2f021a (diff) | |
download | freebsd-ports-gnome-66b69f565120e9362643a69ba0ee141406e28b60.tar.gz freebsd-ports-gnome-66b69f565120e9362643a69ba0ee141406e28b60.tar.zst freebsd-ports-gnome-66b69f565120e9362643a69ba0ee141406e28b60.zip |
Switch to texlive
-rw-r--r-- | math/gri/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index bcf706ae43be..66e2b22657b9 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= gri -USE_TEX= formats +USE_TEX= formats:build dvipsk:build PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/gri bin/gri_merge bin/gri_unpage \ @@ -39,8 +39,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES} -BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick \ - dvips:${PORTSDIR}/print/dvipsk-tetex +BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif post-patch: |