diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-08-17 21:06:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-08-17 21:06:25 +0000 |
commit | d69802de0ca666ba79e053784f6d4302bb45d88d (patch) | |
tree | f997628e4503c275ab9b122ed566f1c46b5fc5df /lang | |
parent | a7cbb0a7c2e31adabae2f3e4e8dbf3050b82fe7c (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/yap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 4455b17eefe6..9f9719b1a32b 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -18,6 +18,8 @@ COMMENT= A high-performance Prolog compiler LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +BROKEN= Does not compile + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |