aboutsummaryrefslogtreecommitdiff
path: root/lang/sbcl
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-06-18 16:13:31 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-06-18 16:13:31 +0000
commit7ae6ec9c16ce06915a11b5bd18431ed6c9e13b3b (patch)
tree693f327253f5445530aad114ad4355adec370887 /lang/sbcl
parent1cfa1d893e08af4e036fa9de6abf5eed2fc6030a (diff)
downloadports-7ae6ec9c16ce06915a11b5bd18431ed6c9e13b3b.tar.gz
ports-7ae6ec9c16ce06915a11b5bd18431ed6c9e13b3b.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.
Notes
Notes: svn path=/head/; revision=275778
Diffstat (limited to 'lang/sbcl')
-rw-r--r--lang/sbcl/Makefile5
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)