svn commit: r439066 - head/x11-toolkits/vte3

Koop Mast kwm at FreeBSD.org
Fri Apr 21 13:43:26 UTC 2017


Author: kwm
Date: Fri Apr 21 13:43:24 2017
New Revision: 439066
URL: https://svnweb.freebsd.org/changeset/ports/439066

Log:
  Add back '\' in the USE_GNOME line, which I removed for testing....
  
  Reported by:	freshports sanity tester
  Pointy hat to:	kwm@

Modified:
  head/x11-toolkits/vte3/Makefile

Modified: head/x11-toolkits/vte3/Makefile
==============================================================================
--- head/x11-toolkits/vte3/Makefile	Fri Apr 21 13:41:08 2017	(r439065)
+++ head/x11-toolkits/vte3/Makefile	Fri Apr 21 13:43:24 2017	(r439066)
@@ -25,7 +25,7 @@ USES=		bison compiler:c++0x gettext gmak
 		pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool referencehack 
+USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool referencehack \
 		introspection:build
 CONFIGURE_ARGS=	--enable-introspection \
 		--disable-static \


More information about the svn-ports-head mailing list