diff options
author | johans <johans@FreeBSD.org> | 2011-12-29 16:18:33 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-12-29 16:18:33 +0800 |
commit | be7192fc8defbe7a41903b2410efddecd3ba4235 (patch) | |
tree | cbfd527da5989076393d96cfc92a074fe45ee05d /lang | |
parent | 0035546225ba2a845a455fcf04d5d8c2da6253da (diff) | |
download | freebsd-ports-gnome-be7192fc8defbe7a41903b2410efddecd3ba4235.tar.gz freebsd-ports-gnome-be7192fc8defbe7a41903b2410efddecd3ba4235.tar.zst freebsd-ports-gnome-be7192fc8defbe7a41903b2410efddecd3ba4235.zip |
Remove BROKEN tag (works for me)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index d9b2760c34b9..246cb0c4cef6 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -17,8 +17,6 @@ COMMENT= Fast and portable Forth system LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall -BROKEN= fails to build - GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |