Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2014 22:20:10 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373986 - head/x11-toolkits/gtk30
Message-ID:  <201412042220.sB4MKAr5074239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412042220.sB4MKAr5074239>