diff options
author | asami <asami@FreeBSD.org> | 1996-08-24 23:55:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-24 23:55:42 +0000 |
commit | f8b8353053a8ef9972977ad6259c468f02e2302f (patch) | |
tree | af0d868f6453c24b46451af627a37aa07d680997 | |
parent | c79dfe563e869fa4f745ba781e5754aa58a7f67f (diff) | |
download | FreeBSD-ports-f8b8353053a8ef9972977ad6259c468f02e2302f.zip FreeBSD-ports-f8b8353053a8ef9972977ad6259c468f02e2302f.tar.gz |
Add BUILD_DEPENDS to bison.
Submitted by: max@sfc.wide.ad.jp
-rw-r--r-- | japanese/ptex-base/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-common/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index e2c639f4..eb87e49 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.6 1996/04/26 08:47:37 asami Exp $ +# $Id: Makefile,v 1.7 1996/08/22 00:57:24 asami Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -27,6 +27,8 @@ EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ MAINTAINER= max@sfc.wide.ad.jp +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/kpathsea-2.6 STRIP= # some shell scripts diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index e2c639f4..eb87e49 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.6 1996/04/26 08:47:37 asami Exp $ +# $Id: Makefile,v 1.7 1996/08/22 00:57:24 asami Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -27,6 +27,8 @@ EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ MAINTAINER= max@sfc.wide.ad.jp +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/kpathsea-2.6 STRIP= # some shell scripts |