diff options
author | rene <rene@FreeBSD.org> | 2013-07-27 03:21:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-27 03:21:10 +0800 |
commit | 453f019af5aa52a7f5e4a490c63ba14a3b190f94 (patch) | |
tree | e462be2fce1a635224b89a8376f5de8a40cc0286 /comms | |
parent | c945ab9477002608dac69f344be7d3f1f1b7d511 (diff) | |
download | freebsd-ports-gnome-453f019af5aa52a7f5e4a490c63ba14a3b190f94.tar.gz freebsd-ports-gnome-453f019af5aa52a7f5e4a490c63ba14a3b190f94.tar.zst freebsd-ports-gnome-453f019af5aa52a7f5e4a490c63ba14a3b190f94.zip |
Mark as broken if the XCWCP option is selected which uses the removed QT3.
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/unixcw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile index 3b013705d556..62dfb2e27256 100644 --- a/comms/unixcw/Makefile +++ b/comms/unixcw/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ MAN1= cw.1 cwgen.1 cwcp.1 MAN3= cwlib.3 .if defined(WITH_XCWCP) +BROKEN= Depends on QT3 which is removed, update is in progress MAN1+= xcwcp.1 USE_QT_VER= 3 CONFIGURE_ARGS+= QTLIB=qt-mt |