mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool
- Disable static module
This commit is contained in:
parent
f72aa95506
commit
62e74158bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360068
@ -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
|
||||
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user