diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /lang/logo | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Notes
Diffstat (limited to 'lang/logo')
-rw-r--r-- | lang/logo/Makefile | 6 |
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 |