diff options
author | max <max@FreeBSD.org> | 1997-10-05 21:36:11 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-05 21:36:11 +0000 |
commit | c403fce9acfa28f826c9fbb268001b22bf33e31a (patch) | |
tree | d81c09cb4cd7c1bf118f653362744878548ceba8 /japanese/platex-jis | |
parent | 2636a3000504b707e4d3611f68d6bdfe38c01243 (diff) | |
download | FreeBSD-ports-c403fce9acfa28f826c9fbb268001b22bf33e31a.zip FreeBSD-ports-c403fce9acfa28f826c9fbb268001b22bf33e31a.tar.gz |
Correctly define RUN_DEPENDS.
Diffstat (limited to 'japanese/platex-jis')
-rw-r--r-- | japanese/platex-jis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/platex-jis/Makefile b/japanese/platex-jis/Makefile index afce9a4..60edd3a 100644 --- a/japanese/platex-jis/Makefile +++ b/japanese/platex-jis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/10/05 19:34:51 max Exp $ +# $Id: Makefile,v 1.2 1997/10/05 21:20:40 max Exp $ # DISTNAME= pl970702j @@ -16,6 +16,8 @@ MAINTAINER= max@FreeBSD.ORG BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \ platex-common:${PORTSDIR}/japanese/platex-common +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \ + platex-common:${PORTSDIR}/japanese/platex-common WRKSRC= ${WRKDIR}/970702 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |