diff options
author | danilo <danilo@FreeBSD.org> | 2014-07-13 06:10:48 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-07-13 06:10:48 +0800 |
commit | 8ffe57efb999c026eb8639349397b4c07934cda4 (patch) | |
tree | e2d87faa9d0083516e2523e14f08d7fcdfaf6358 /lang | |
parent | fd4a1b617405ce2f45bfbbfa8f1dbe49d520b6eb (diff) | |
download | freebsd-ports-gnome-8ffe57efb999c026eb8639349397b4c07934cda4.tar.gz freebsd-ports-gnome-8ffe57efb999c026eb8639349397b4c07934cda4.tar.zst freebsd-ports-gnome-8ffe57efb999c026eb8639349397b4c07934cda4.zip |
- Use texlive as build depends instead of tetex
Diffstat (limited to 'lang')
-rw-r--r-- | lang/yap-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/yap-devel/Makefile b/lang/yap-devel/Makefile index 21ea8794b834..0d2eab77b72d 100644 --- a/lang/yap-devel/Makefile +++ b/lang/yap-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= yap PORTVERSION= 6.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ PKGNAMESUFFIX= -devel @@ -17,11 +17,10 @@ LICENSE_COMB= dual CONFLICTS= yap-6.2.* OPTIONS_DEFINE= DOCS MYDDAS -MYDDAS_DESC= Enable MySQL support - OPTIONS_SUB= yes +MYDDAS_DESC= Enable MySQL support -DOCS_USE= TEX=base,texmf,latex +DOCS_USE= TEX=formats:build,dvipsk:build,texlive DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:${PORTSDIR}/textproc/texi2html \ ${LOCALBASE}/bin/texi2pdf:${PORTSDIR}/print/texinfo |