diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-01-30 03:41:38 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-01-30 03:41:38 +0000 |
commit | cc772112664c148568618657c0b8160703b49353 (patch) | |
tree | ef6771aa36839902b2cd8fb35f8563b5bb04b484 /devel/llvm29 | |
parent | 666f5d0c3c01262fa7daa6e170c8105fe8a67561 (diff) |
Add missing dependency on bison and unmark BROKEN.
Spotted by: kris
Notes
Notes:
svn path=/head/; revision=154762
Diffstat (limited to 'devel/llvm29')
-rw-r--r-- | devel/llvm29/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/llvm29/Makefile b/devel/llvm29/Makefile index 7d10deca42ed..65268b4f5f92 100644 --- a/devel/llvm29/Makefile +++ b/devel/llvm29/Makefile @@ -14,9 +14,8 @@ MASTER_SITES= http://llvm.cs.uiuc.edu/releases/${PORTVERSION}/ MAINTAINER= perky@FreeBSD.org COMMENT= Low Level Virtual Machine -BROKEN= Configure fails - GNU_CONFIGURE= yes +USE_BISON= yes USE_GMAKE= yes USE_REINPLACE= yes MAKE_ENV= ENABLE_OPTIMIZED=1 # strips binaries |