diff options
author | jmz <jmz@FreeBSD.org> | 1995-09-24 04:24:13 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-09-24 04:24:13 +0800 |
commit | 48c16b6aa7aa3e873fccd2f9ab7460ffe85a7c98 (patch) | |
tree | 0d35308a2322b88b52d278850641505e03124708 /print/latex | |
parent | 15b0d9960402fcc5b6e4c8b65386e15a7e56515f (diff) | |
download | freebsd-ports-gnome-48c16b6aa7aa3e873fccd2f9ab7460ffe85a7c98.tar.gz freebsd-ports-gnome-48c16b6aa7aa3e873fccd2f9ab7460ffe85a7c98.tar.zst freebsd-ports-gnome-48c16b6aa7aa3e873fccd2f9ab7460ffe85a7c98.zip |
BUILD_DEPENDS and RUN_DEPENDS on tex
Diffstat (limited to 'print/latex')
-rw-r--r-- | print/latex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 25fbb7a58669..85c85c9fc59a 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.16 1995/06/24 16:35:40 jmz Exp $ +# $Id: Makefile,v 1.17 1995/06/27 12:56:00 jmz Exp $ # VERSION= 95.06 DISTNAME= latex @@ -14,7 +14,8 @@ DISTFILES= latex_mf-${VERSION}.tar.gz latex_tfm-${VERSION}.tar.gz \ MAINTAINER= jmz@FreeBSD.org -EXEC_DEPENDS= tex:${PORTSDIR}/print/tex +BUILD_DEPENDS= tex:${PORTSDIR}/print/tex +RUN_DEPENDS= tex:${PORTSDIR}/print/tex FTPGET= ${FILESDIR}/ftpget |