- Switch to USES=libtool
Approved by: portmgr blanket
This commit is contained in:
parent
a1cc73a0c0
commit
77fc298ac4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360285
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,10 @@ COMMENT= Tile matching game
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= pkgconfig
|
||||
USES= libtool pkgconfig
|
||||
USE_GNOME= gtk20 esound
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtool
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
AUTOMAKE_ARGS= --add-missing --copy
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
|
|
Loading…
Reference in a new issue