svn commit: r323749 - head/comms/unixcw

Rene Ladan rene at FreeBSD.org
Fri Jul 26 19:21:11 UTC 2013


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


More information about the svn-ports-all mailing list