diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-04-13 09:53:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-04-13 09:53:27 +0000 |
commit | 6af782021b58b7b1a2c2c226ece4d5cd7abcae26 (patch) | |
tree | 100250e09f07600ddbb64800360a48d90974ba9c /lang | |
parent | 3a52bb4ceae927fcfe5b201272cbc4d7b5bdb4ed (diff) | |
download | ports-6af782021b58b7b1a2c2c226ece4d5cd7abcae26.tar.gz ports-6af782021b58b7b1a2c2c226ece4d5cd7abcae26.zip |
- Add dependency on Bison
Reported by: QA Tindie
Notes
Notes:
svn path=/head/; revision=232301
Diffstat (limited to 'lang')
-rw-r--r-- | lang/q/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index a61c1eba6ada..51afe978aff1 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick \ xslt.2:${PORTSDIR}/textproc/libxslt \ ggi.2:${PORTSDIR}/graphics/libggi +USE_BISON= yes USE_ICONV= yes USE_TK= 84 USE_LDCONFIG= yes |