svn commit: r360068 - head/x11-themes/gtk3-unico-engine
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 1 17:47:55 UTC 2014
Author: tijl
Date: Tue Jul 1 17:47:54 2014
New Revision: 360068
URL: http://svnweb.freebsd.org/changeset/ports/360068
QAT: https://qat.redports.org/buildarchive/r360068/
Log:
- Add USES=libtool
- Disable static module
Modified:
head/x11-themes/gtk3-unico-engine/Makefile
head/x11-themes/gtk3-unico-engine/pkg-plist
Modified: head/x11-themes/gtk3-unico-engine/Makefile
==============================================================================
--- head/x11-themes/gtk3-unico-engine/Makefile Tue Jul 1 17:46:57 2014 (r360067)
+++ head/x11-themes/gtk3-unico-engine/Makefile Tue Jul 1 17:47:54 2014 (r360068)
@@ -3,6 +3,7 @@
PORTNAME= unico
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= https://launchpadlibrarian.net/98881788/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \
@@ -16,7 +17,8 @@ COMMENT= Gtk+ 3.0 engine
LICENSE= LGPL3
GNU_CONFIGURE= yes
-USES= pkgconfig gmake
+CONFIGURE_ARGS= --disable-static
+USES= gmake libtool pkgconfig
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= yes
Modified: head/x11-themes/gtk3-unico-engine/pkg-plist
==============================================================================
--- head/x11-themes/gtk3-unico-engine/pkg-plist Tue Jul 1 17:46:57 2014 (r360067)
+++ head/x11-themes/gtk3-unico-engine/pkg-plist Tue Jul 1 17:47:54 2014 (r360068)
@@ -1,5 +1,3 @@
-lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libunico.a
-lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libunico.la
lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libunico.so
@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines
@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%
More information about the svn-ports-head
mailing list