diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-01 04:40:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-01 04:40:33 +0000 |
commit | c82b5f42c397d632e0f91d1a63c31de6c37d012f (patch) | |
tree | a8b00d1de10b55b9728694c6c885f88139538fe5 /misc/latex-mk | |
parent | 73cde847fec857d4dba0b5d2f6f8f97f6c03718f (diff) | |
download | ports-c82b5f42c397d632e0f91d1a63c31de6c37d012f.tar.gz ports-c82b5f42c397d632e0f91d1a63c31de6c37d012f.zip |
Notes
Diffstat (limited to 'misc/latex-mk')
-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 |