summaryrefslogtreecommitdiff
path: root/lang/logo
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-06-01 09:50:12 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-06-01 09:50:12 +0000
commiteac4e8ca8593b45f8c75dd20e426da29e3db82d0 (patch)
treefc5a656b12302229e57ac9fde35dac41ea4be66f /lang/logo
parentUpdate to 6.0.3. (diff)
Use USE_EMACS and USE_GHOSTSCRIPT instead of directly-specified
BUILD_DEPENDS.
Notes
Notes: svn path=/head/; revision=214102
Diffstat (limited to 'lang/logo')
-rw-r--r--lang/logo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index cf693a5feea8..e7a0cdde040b 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -16,13 +16,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Brian Harvey's logo language interpreter
.if defined(EMACS_LOGO_MODE)
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
+USE_EMACS= yes
.endif
+
.if defined(WITH_FULL_DOCS)
.undef NOPORTDOCS
-
-BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX \
- ps2pdf:${PORTSDIR}/${GHOSTSCRIPT_PORT}
+BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+USE_GHOSTSCRIPT=yes
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}