svn commit: r413791 - head/x11/tint-devel

Lars Engels lme at FreeBSD.org
Fri Apr 22 19:49:19 UTC 2016


Author: lme
Date: Fri Apr 22 19:49:18 2016
New Revision: 413791
URL: https://svnweb.freebsd.org/changeset/ports/413791

Log:
  Setting IGNORE is probably better than BROKEN
  
  Suggested by:	cy
  Sponsored by:   Essen Linuxhotel Hackathon 2016

Modified:
  head/x11/tint-devel/Makefile

Modified: head/x11/tint-devel/Makefile
==============================================================================
--- head/x11/tint-devel/Makefile	Fri Apr 22 19:03:12 2016	(r413790)
+++ head/x11/tint-devel/Makefile	Fri Apr 22 19:49:18 2016	(r413791)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo 
 
 CONFLICTS=	tint2-[0-9]*
 
-BROKEN=		-devel version is older than x11/tint
+IGNORE=		-devel version is older than x11/tint
 
 USES=		alias cmake pkgconfig tar:xz
 USE_GNOME=	glib20 gtk20 pango


More information about the svn-ports-head mailing list