diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-04 22:19:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-04 22:19:36 +0000 |
commit | 7bd53bb5b7ea734f26155e3f333c6a283eecba68 (patch) | |
tree | de3a1194d705e217eadcfb0214dbd1526f37dc2b /comms | |
parent | 535402821aaaba4c48c4fe53c90abb35ff60ecc5 (diff) | |
download | ports-7bd53bb5b7ea734f26155e3f333c6a283eecba68.tar.gz ports-7bd53bb5b7ea734f26155e3f333c6a283eecba68.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fldigi/Makefile | 2 | ||||
-rw-r--r-- | comms/flwrap/Makefile | 2 |
2 files changed, 4 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 diff --git a/comms/flwrap/Makefile b/comms/flwrap/Makefile index 5ca04229bd14..34ac30b4c2e0 100644 --- a/comms/flwrap/Makefile +++ b/comms/flwrap/Makefile @@ -17,6 +17,8 @@ COMMENT= Flwrap is a companion utility for fldigi LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= does not compile + USE_GMAKE= yes GNU_CONFIGURE= yes |