diff options
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} |