diff options
author | kris <kris@FreeBSD.org> | 2006-08-18 05:06:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-08-18 05:06:25 +0800 |
commit | 18624d97a1d7a5306d35260e458679ec2aabdbea (patch) | |
tree | c92d0aebd441a42a26c3a0ab20df94006c271765 | |
parent | 47848c2b6963c2c3dd2002ad79b9ed0f3300043a (diff) | |
download | freebsd-ports-gnome-18624d97a1d7a5306d35260e458679ec2aabdbea.tar.gz freebsd-ports-gnome-18624d97a1d7a5306d35260e458679ec2aabdbea.tar.zst freebsd-ports-gnome-18624d97a1d7a5306d35260e458679ec2aabdbea.zip |
BROKEN: Does not compile
-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" \ |