diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-22 05:55:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-22 05:55:52 +0000 |
commit | 4182e08926d6cba2ac5a1adbbf0eb1b46eb54668 (patch) | |
tree | 43e4a7ba90bbec333e26d1ddfbb24e25da1b2bbb /textproc/latte/Makefile | |
parent | bb8a3afeec6350d72798fb692ac904f41288e748 (diff) | |
download | ports-4182e08926d6cba2ac5a1adbbf0eb1b46eb54668.tar.gz ports-4182e08926d6cba2ac5a1adbbf0eb1b46eb54668.zip |
- Fix build
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=104898
Diffstat (limited to 'textproc/latte/Makefile')
-rw-r--r-- | textproc/latte/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 7d418057750a..46163d3faa45 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.latte.org/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Simple language for marking up text in a very expressive way +USE_BISON= yes USE_GETOPT_LONG= yes USE_GMAKE= yes USE_AUTOCONF_VER= 213 |