svn commit: r373986 - head/x11-toolkits/gtk30

Koop Mast kwm at FreeBSD.org
Thu Dec 4 22:20:10 UTC 2014


Author: kwm
Date: Thu Dec  4 22:20:09 2014
New Revision: 373986
URL: https://svnweb.freebsd.org/changeset/ports/373986
QAT: https://qat.redports.org/buildarchive/r373986/

Log:
  The gtk30 port installs share/icons icons so it needs INSTALLS_ICONS set.
  
  Submitted by:	antoine@

Modified:
  head/x11-toolkits/gtk30/Makefile

Modified: head/x11-toolkits/gtk30/Makefile
==============================================================================
--- head/x11-toolkits/gtk30/Makefile	Thu Dec  4 22:01:50 2014	(r373985)
+++ head/x11-toolkits/gtk30/Makefile	Thu Dec  4 22:20:09 2014	(r373986)
@@ -5,7 +5,7 @@
 
 PORTNAME=	gtk
 PORTVERSION=	3.14.5
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -41,6 +41,7 @@ CONFIGURE_ARGS=	--enable-gtk2-dependency
 		--enable-introspection
 CPPFLAGS+=	-I${LOCALBASE}/include -fno-omit-frame-pointer
 LIBS+=		-L${LOCALBASE}/lib
+INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 
 LIBVERSION=	0.1400.5


More information about the svn-ports-head mailing list