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/musixtex/Makefile | |
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/musixtex/Makefile')
-rw-r--r-- | print/musixtex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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> |