diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:21:10 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:21:10 +0000 |
commit | 7ed0cc941aba15d4ef83e8246652fb788459e422 (patch) | |
tree | e462be2fce1a635224b89a8376f5de8a40cc0286 /comms | |
parent | 66fee909266a1dedf3dfc1f03bb0841380d78805 (diff) | |
download | ports-7ed0cc941aba15d4ef83e8246652fb788459e422.tar.gz ports-7ed0cc941aba15d4ef83e8246652fb788459e422.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)
Notes
Notes:
svn path=/head/; revision=323749
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 |