diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-01 17:47:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-01 17:47:54 +0000 |
commit | 62e74158bb281c4ab82bb10f47c957a8297c687b (patch) | |
tree | 0775a984698dd37da6ea1eef430bed3e1ef58405 /x11-themes | |
parent | f72aa95506a0e8274e639c01175f6d0dfee66638 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk3-unico-engine/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/gtk3-unico-engine/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gtk3-unico-engine/Makefile b/x11-themes/gtk3-unico-engine/Makefile index 365ca6b30441..6be6e9e286b1 100644 --- a/x11-themes/gtk3-unico-engine/Makefile +++ b/x11-themes/gtk3-unico-engine/Makefile @@ -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 diff --git a/x11-themes/gtk3-unico-engine/pkg-plist b/x11-themes/gtk3-unico-engine/pkg-plist index 888828882f0a..467b569b822b 100644 --- a/x11-themes/gtk3-unico-engine/pkg-plist +++ b/x11-themes/gtk3-unico-engine/pkg-plist @@ -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%% |