diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | b6a7a057831a76b55852e240dcf2e68f351a86e6 (patch) | |
tree | cb234ac2805ee45ce07e64ce5f23d63b70cad4ce /lang/logo/Makefile | |
parent | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff) | |
download | FreeBSD-ports-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip FreeBSD-ports-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz |
Tidy up whitespace.
Diffstat (limited to 'lang/logo/Makefile')
-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 d8efe15..4302b26 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 |