diff options
author | hrs <hrs@FreeBSD.org> | 2011-06-19 00:13:31 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-06-19 00:13:31 +0800 |
commit | 9e9c3525eae21d28150114aa993af51afee2037a (patch) | |
tree | 09da0e18adf9dcabcd3deddebde9c2b00414e666 /lang/sbcl | |
parent | c4c3a478ff4c29c8ce1869f5f28dfd404e866aa0 (diff) | |
download | freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.gz freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.zst freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.zip |
- Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 6757c9099f9f..6820ec08a826 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -10,7 +10,7 @@ PORTNAME= sbcl PORTVERSION= 1.0.43.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} \ @@ -91,7 +91,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} .include <bsd.port.pre.mk> .if !defined(WITHOUT_PDF) -BUILD_DEPENDS+= texi2dvi:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base \ + texi2dvi:${PORTSDIR}/print/texinfo DOC_TARGETS+= pdf PLIST_SUB+= PDF="" . if !defined(NOPORTDOCS) |