- Switch to USES=libtool
Approved by: portmgr blanket
This commit is contained in:
parent
aa06ae6e6b
commit
d4347a09de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366253
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ COMMENT= Framework for scalable cross-language services development
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_AUTOTOOLS= autoconf autoheader:env aclocal automake libtool
|
||||
USE_AUTOTOOLS= autoconf autoheader:env aclocal automake
|
||||
ACLOCAL_ARGS= -I${WRKSRC}/aclocal
|
||||
AUTOMAKE_ARGS= --foreign --add-missing --copy
|
||||
|
||||
USES= pkgconfig gmake
|
||||
USES= gmake libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
Loading…
Reference in a new issue