diff options
author | ade <ade@FreeBSD.org> | 2001-05-31 22:48:50 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-31 22:48:50 +0000 |
commit | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (patch) | |
tree | 9ce70f540d369f6da3c0119482014cb98045ffdd /japanese/xjtext | |
parent | 135a55971ca86954d7b994373d775c161f7ee0db (diff) | |
download | FreeBSD-ports-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.zip FreeBSD-ports-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.tar.gz |
Replace explicit build dependency on bison with USE_BISON knob
Diffstat (limited to 'japanese/xjtext')
-rw-r--r-- | japanese/xjtext/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile index 599d6546..ac74123 100644 --- a/japanese/xjtext/Makefile +++ b/japanese/xjtext/Makefile @@ -14,8 +14,7 @@ DISTNAME= XJTEXT-${PORTVERSION} MAINTAINER= sada@FreeBSD.org -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - +USE_BISON= yes USE_IMLIB= yes EXAMPLEDIR= ${PREFIX}/share/examples/xjtext DOCDIR= ${PREFIX}/share/doc/xjtext |