diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-01 08:35:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-01 08:35:10 +0000 |
commit | 17068384d6723c7104746d95971f3be050bce98e (patch) | |
tree | e78648e17ec4f2a5a2a806f6dff32fe3add9c9c7 /lang | |
parent | da9e8a04fa52b66c7e05c43f45a7ca814d5a3d8c (diff) | |
download | ports-17068384d6723c7104746d95971f3be050bce98e.tar.gz ports-17068384d6723c7104746d95971f3be050bce98e.zip |
- Convert to USE_BISON= build
Notes
Notes:
svn path=/head/; revision=265504
Diffstat (limited to 'lang')
-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 |