diff options
author | erwin <erwin@FreeBSD.org> | 2009-07-21 21:18:25 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-07-21 21:18:25 +0800 |
commit | 7a7109793c0c3a27b2f430f00ab2008d8e66593e (patch) | |
tree | 97005a0e17ef0e5d7e0202d523177241065c2dcf /editors | |
parent | 55ca4d84651695a7de28916d12fc1cfee8d0a59b (diff) | |
download | freebsd-ports-gnome-7a7109793c0c3a27b2f430f00ab2008d8e66593e.tar.gz freebsd-ports-gnome-7a7109793c0c3a27b2f430f00ab2008d8e66593e.tar.zst freebsd-ports-gnome-7a7109793c0c3a27b2f430f00ab2008d8e66593e.zip |
Mark BROKEN all over the board: does not build.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 5bd97265568a..013dc26a0bd2 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= danfe@FreeBSD.org COMMENT= Binary file viewer and editor +BROKEN= does not build + HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc="${CC}" --with-extraincdir="${LOCALBASE}/include" \ --ld="${CC}" --with-extralibdir="${LOCALBASE}/lib" \ |