diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-24 23:55:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-24 23:55:42 +0000 |
commit | 501860591b43300ea26f83ec36a19848d3087eae (patch) | |
tree | b0c2bfac562dd435cabb5f18eebedfa9eb6e5f77 /japanese/ptex-common | |
parent | 0b500ba6a401cb59916e049997de7ddfd163408f (diff) | |
download | ports-501860591b43300ea26f83ec36a19848d3087eae.tar.gz ports-501860591b43300ea26f83ec36a19848d3087eae.zip |
Add BUILD_DEPENDS to bison.
Submitted by: max@sfc.wide.ad.jp
Notes
Notes:
svn path=/head/; revision=3698
Diffstat (limited to 'japanese/ptex-common')
-rw-r--r-- | japanese/ptex-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index e2c639f46f8b..eb87e497b948 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 |