diff options
author | ade <ade@FreeBSD.org> | 2001-06-01 06:48:50 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-01 06:48:50 +0800 |
commit | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (patch) | |
tree | 9ce70f540d369f6da3c0119482014cb98045ffdd /japanese/xjtext | |
parent | 135a55971ca86954d7b994373d775c161f7ee0db (diff) | |
download | freebsd-ports-graphics-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.tar.gz freebsd-ports-graphics-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.tar.zst freebsd-ports-graphics-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.zip |
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 599d654602a..ac74123f2d2 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 |