diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-05 21:36:11 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-05 21:36:11 +0000 |
commit | 192ff8b1a13053bb038f54e66ad8e03370718626 (patch) | |
tree | abdd87a6232afcd700b5df9280c636dc6b3113c5 /japanese/platex-jis/Makefile | |
parent | Ptex-common is needed not only during the build process but also during (diff) |
Correctly define RUN_DEPENDS.
Diffstat (limited to 'japanese/platex-jis/Makefile')
-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 afce9a4f35d8..60edd3acf41f 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} |