Date: Fri, 26 Jul 2013 19:21:11 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323749 - head/comms/unixcw Message-ID: <201307261921.r6QJLBN7079442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Jul 26 19:21:10 2013 New Revision: 323749 URL: http://svnweb.freebsd.org/changeset/ports/323749 Log: Mark as broken if the XCWCP option is selected which uses the removed QT3. PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Modified: head/comms/unixcw/Makefile (contents, props changed) Modified: head/comms/unixcw/Makefile ============================================================================== --- head/comms/unixcw/Makefile Fri Jul 26 19:19:20 2013 (r323748) +++ head/comms/unixcw/Makefile Fri Jul 26 19:21:10 2013 (r323749) @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --includedir="${LOCALBA 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307261921.r6QJLBN7079442>