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/platex-sjis | |
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/platex-sjis')
-rw-r--r-- | japanese/platex-sjis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |