diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 06:04:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 06:04:13 +0800 |
commit | 70b267d2f92512a711645fe8d15b5539654ea1fc (patch) | |
tree | 4c54356a4b522d51508d0456d0e4d71327fe7caf /games | |
parent | 29a958c157083d7cbc841f361de245806bb03582 (diff) | |
download | freebsd-ports-gnome-70b267d2f92512a711645fe8d15b5539654ea1fc.tar.gz freebsd-ports-gnome-70b267d2f92512a711645fe8d15b5539654ea1fc.tar.zst freebsd-ports-gnome-70b267d2f92512a711645fe8d15b5539654ea1fc.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/gnubg/Makefile | 4 |
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> |