aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-02 22:04:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-02 22:04:13 +0000
commit17d603d4b652d1b5e5c60fe1b93dd4c7f6eb9db1 (patch)
tree4c54356a4b522d51508d0456d0e4d71327fe7caf /games
parent2ce2cc06960fe5e8766cc7edeab3ac5be336c947 (diff)
downloadports-17d603d4b652d1b5e5c60fe1b93dd4c7f6eb9db1.tar.gz
ports-17d603d4b652d1b5e5c60fe1b93dd4c7f6eb9db1.zip
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=360282
Diffstat (limited to 'games')
-rw-r--r--games/gnubg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile
index 5832eadc2636..4f33c76c4c93 100644
--- a/games/gnubg/Makefile
+++ b/games/gnubg/Makefile
@@ -29,9 +29,9 @@ CONFIGURE_ENV= ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no
INSTALLS_ICONS= yes
USE_GNOME= libxml2
-USES= gmake pathfix shebangfix
+USES= gmake libtool pathfix shebangfix
USE_PYTHON= yes
-USE_AUTOTOOLS= libtool automake
+USE_AUTOTOOLS= automake libtoolize
GNU_CONFIGURE= yes
.include <bsd.port.options.mk>