Date: Wed, 2 Jul 2014 22:04:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360282 - head/games/gnubg Message-ID: <201407022204.s62M4EOS020648@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407022204.s62M4EOS020648>