diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-06-01 12:40:33 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-06-01 12:40:33 +0800 |
commit | 52e4acbb8b8a56090561364219f7c63433e6c918 (patch) | |
tree | 4fbf2db64a3c9e96fe682e3c70c3986605f384e2 /misc | |
parent | 3449521857002331b3c25ed4d1507370a58bea2f (diff) | |
download | freebsd-ports-gnome-52e4acbb8b8a56090561364219f7c63433e6c918.tar.gz freebsd-ports-gnome-52e4acbb8b8a56090561364219f7c63433e6c918.tar.zst freebsd-ports-gnome-52e4acbb8b8a56090561364219f7c63433e6c918.zip |
typo
Diffstat (limited to 'misc')
-rw-r--r-- | misc/latex-mk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/latex-mk/Makefile b/misc/latex-mk/Makefile index e87eef7fa8c3..a184fc8b254e 100644 --- a/misc/latex-mk/Makefile +++ b/misc/latex-mk/Makefile @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A collection of makefile and scripts for LaTeX documents -BUILD_DEPEND= latex:${PORTSDIR}/print/teTeX -RUN_DEPEND= latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX GNU_CONFIGURE= yes |