diff options
author | max <max@FreeBSD.org> | 1997-10-06 05:36:11 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-06 05:36:11 +0800 |
commit | c403fce9acfa28f826c9fbb268001b22bf33e31a (patch) | |
tree | d81c09cb4cd7c1bf118f653362744878548ceba8 /japanese | |
parent | 2636a3000504b707e4d3611f68d6bdfe38c01243 (diff) | |
download | freebsd-ports-gnome-c403fce9acfa28f826c9fbb268001b22bf33e31a.tar.gz freebsd-ports-gnome-c403fce9acfa28f826c9fbb268001b22bf33e31a.tar.zst freebsd-ports-gnome-c403fce9acfa28f826c9fbb268001b22bf33e31a.zip |
Correctly define RUN_DEPENDS.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/platex-euc/Makefile | 4 | ||||
-rw-r--r-- | japanese/platex-jis/Makefile | 4 | ||||
-rw-r--r-- | japanese/platex-sjis/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/japanese/platex-euc/Makefile b/japanese/platex-euc/Makefile index 21d3b43f80f8..1fb03c6ba4f3 100644 --- a/japanese/platex-euc/Makefile +++ b/japanese/platex-euc/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:32:31 max Exp $ +# $Id: Makefile,v 1.2 1997/10/05 21:20:37 max Exp $ # DISTNAME= pl970702e @@ -17,6 +17,8 @@ MAINTAINER= max@FreeBSD.ORG BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \ platex-common:${PORTSDIR}/japanese/platex-common \ nkf:${PORTSDIR}/japanese/nkf +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc \ + platex-common:${PORTSDIR}/japanese/platex-common WRKSRC= ${WRKDIR}/970702 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} 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} diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile index 986562c2c445..c72d47fd5e0e 100644 --- a/japanese/platex-sjis/Makefile +++ b/japanese/platex-sjis/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:36:03 max Exp $ +# $Id: Makefile,v 1.2 1997/10/05 21:20:42 max Exp $ # DISTNAME= pl970702s @@ -17,6 +17,8 @@ MAINTAINER= max@FreeBSD.ORG BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ platex-common:${PORTSDIR}/japanese/platex-common \ nkf:${PORTSDIR}/japanese/nkf +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ + platex-common:${PORTSDIR}/japanese/platex-common WRKSRC= ${WRKDIR}/970702 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |