diff options
author | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
commit | 7e799edf9c48b58a284dc5433054d6dbd8187c2c (patch) | |
tree | 0cbf71b71edb4dc8274954879f85591d3470001e /comms/fldigi/Makefile | |
parent | 2d4fa0928b330941a7179ca42c181f2166b1ac5a (diff) | |
download | freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.gz freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.zst freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.zip |
- Mark BROKEN: does not compile with new fltk
Reported by: pointyhat
Diffstat (limited to 'comms/fldigi/Makefile')
-rw-r--r-- | comms/fldigi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 59cead32d40b..842259f100a5 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xsltproc:${PORTSDIR}/textproc/libxslt +BROKEN= does not compile + GNU_CONFIGURE= yes USE_DOS2UNIX= yes USE_GMAKE= yes |