diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-23 20:24:13 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-23 20:24:13 +0000 |
commit | a8bb9c11ff556ea40b0688e321c3206d2b10c2cc (patch) | |
tree | 64187448c4c11d4a74a64dec5e2bb81cc36fc2d7 | |
parent | 77f8deeb0a64138f0cdc44e1163adf6dba274ccf (diff) | |
download | ports-a8bb9c11ff556ea40b0688e321c3206d2b10c2cc.tar.gz ports-a8bb9c11ff556ea40b0688e321c3206d2b10c2cc.zip |
Notes
-rw-r--r-- | print/latex/Makefile | 5 | ||||
-rw-r--r-- | print/musixtex/Makefile | 5 | ||||
-rw-r--r-- | print/texinfo/Makefile | 5 |
3 files changed, 9 insertions, 6 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 diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index 3d79230b17ba..59438f8e1f36 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,7 +3,7 @@ # Date created: 9 july 1995 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/15 23:13:58 jmz Exp $ # PKGNAME= musixtex-3.96 DISTFILES= musixtex-T396.tar.gz musixexa-0375.tar.gz @@ -13,6 +13,7 @@ NO_WRKSUBDIR= yes MAINTAINER= jmz@FreeBSD.org -EXEC_DEPENDS= tex:${PORTSDIR}/print/tex +BUILD_DEPENDS= tex:${PORTSDIR}/print/tex +RUN_DEPENDS= tex:${PORTSDIR}/print/tex .include <bsd.port.mk> diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 21957d0189fe..badcbe8e9d7b 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/17 20:31:38 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/21 00:21:36 jmz Exp $ # DISTNAME= texinfo @@ -16,7 +16,8 @@ MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \ MAINTAINER= jmz@FreeBSD.org -EXEC_DEPENDS= tex:${PORTSDIR}/print/tex +BUILD_DEPENDS= tex:${PORTSDIR}/print/tex +RUN_DEPENDS= tex:${PORTSDIR}/print/tex EXTRACT_ONLY= |