svn commit: r360282 - head/games/gnubg
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 2 22:04:14 UTC 2014
Author: amdmi3
Date: Wed Jul 2 22:04:13 2014
New Revision: 360282
URL: http://svnweb.freebsd.org/changeset/ports/360282
QAT: https://qat.redports.org/buildarchive/r360282/
Log:
- Switch to USES=libtool
Approved by: portmgr blanket
Modified:
head/games/gnubg/Makefile
Modified: head/games/gnubg/Makefile
==============================================================================
--- head/games/gnubg/Makefile Wed Jul 2 22:03:40 2014 (r360281)
+++ head/games/gnubg/Makefile Wed Jul 2 22:04:13 2014 (r360282)
@@ -29,9 +29,9 @@ CONFIGURE_ENV= ac_cv_path_ARTSC_CONFIG=n
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>
More information about the svn-ports-all
mailing list