diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-01 16:35:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-01 16:35:10 +0800 |
commit | 167b23f8febee4580fea0588a2069977d597c01b (patch) | |
tree | 63fb61b1c98269b0d094b7a68e25f423f30e203f /lang/q | |
parent | eaadf1ecb44b531877b0447655e1e2ed0ac15920 (diff) | |
download | freebsd-ports-gnome-167b23f8febee4580fea0588a2069977d597c01b.tar.gz freebsd-ports-gnome-167b23f8febee4580fea0588a2069977d597c01b.tar.zst freebsd-ports-gnome-167b23f8febee4580fea0588a2069977d597c01b.zip |
- Convert to USE_BISON= build
Diffstat (limited to 'lang/q')
-rw-r--r-- | lang/q/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 177473137075..90443a293372 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ xslt.2:${PORTSDIR}/textproc/libxslt \ ggi.2:${PORTSDIR}/graphics/libggi -USE_BISON= yes +USE_BISON= build USE_ICONV= yes USE_TK= 84 USE_LDCONFIG= yes |