diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-02 01:47:54 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-02 01:47:54 +0800 |
commit | 528fa2e7910b6e4293aac8a50e154172efe9557a (patch) | |
tree | 0775a984698dd37da6ea1eef430bed3e1ef58405 /x11-themes | |
parent | 471938fc688e0beaa1c582f42f2ea18f4344dd3d (diff) | |
download | freebsd-ports-gnome-528fa2e7910b6e4293aac8a50e154172efe9557a.tar.gz freebsd-ports-gnome-528fa2e7910b6e4293aac8a50e154172efe9557a.tar.zst freebsd-ports-gnome-528fa2e7910b6e4293aac8a50e154172efe9557a.zip |
- Add USES=libtool
- Disable static module
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%% |