summaryrefslogtreecommitdiff
path: root/lang/logo
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-04-10 17:26:55 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-04-10 17:26:55 +0000
commitc0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch)
treeb8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /lang/logo
parent- Update to version 1.0 (diff)
Tidy up whitespace.
Notes
Notes: svn path=/head/; revision=106671
Diffstat (limited to 'lang/logo')
-rw-r--r--lang/logo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index d8efe15f0c9f..4302b26b0b10 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ucblogo
PORTVERSION= 5.2
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GNU} \
+MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.cs.berkeley.edu/pub/ucblogo/
MASTER_SITE_SUBDIR=non-gnu/ucblogo
@@ -16,12 +16,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Brian Harvey's logo language interpreter
.if defined(EMACS_LOGO_MODE)
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs19
+BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs19
.endif
.if defined(WITH_FULL_DOCS)
.undef NOPORTDOCS
-BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX \
+BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX \
ps2pdf:${PORTSDIR}/${GHOSTSCRIPT_PORT}
.endif