svn commit: r339272 - head/x11-themes/gtk3-unico-engine

Olivier Duchateau olivierd at FreeBSD.org
Thu Jan 9 20:06:36 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list