svn commit: r415835 - head/www/xombrero

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 25 14:33:49 UTC 2016


Author: amdmi3
Date: Wed May 25 14:33:47 2016
New Revision: 415835
URL: https://svnweb.freebsd.org/changeset/ports/415835

Log:
  - Mark BROKEN on pre-11.x, does not build

Modified:
  head/www/xombrero/Makefile

Modified: head/www/xombrero/Makefile
==============================================================================
--- head/www/xombrero/Makefile	Wed May 25 14:32:48 2016	(r415834)
+++ head/www/xombrero/Makefile	Wed May 25 14:33:47 2016	(r415835)
@@ -14,6 +14,9 @@ LICENSE=	ISCL
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libsoup-2.4.so:devel/libsoup
 
+BROKEN_FreeBSD_9=	does not build
+BROKEN_FreeBSD_10=	does not build
+
 USES=		desktop-file-utils pkgconfig perl5 tar:tgz
 USE_PERL5=	build
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list