Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 20:06:36 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339272 - head/x11-themes/gtk3-unico-engine
Message-ID:  <201401092006.s09K6aHZ000423@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Thu Jan  9 20:06:36 2014
New Revision: 339272
URL: http://svnweb.freebsd.org/changeset/ports/339272

Log:
  - Support STAGEDIR
  - Add license blob
  - Replace USE_GMAKE by USES= gmake

Modified:
  head/x11-themes/gtk3-unico-engine/Makefile

Modified: head/x11-themes/gtk3-unico-engine/Makefile
==============================================================================
--- head/x11-themes/gtk3-unico-engine/Makefile	Thu Jan  9 19:53:48 2014	(r339271)
+++ head/x11-themes/gtk3-unico-engine/Makefile	Thu Jan  9 20:06:36 2014	(r339272)
@@ -13,11 +13,11 @@ PKGNAMESUFFIX=	-engine
 MAINTAINER=	olivierd@FreeBSD.org
 COMMENT=	Gtk+ 3.0 engine
 
+LICENSE=	LGPL3
+
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_GNOME=	cairo glib20 gtk30
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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