Date: Wed, 2 Jul 2014 22:05:13 +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: r360285 - head/games/lianliankan Message-ID: <201407022205.s62M5Da8021214@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 2 22:05:13 2014 New Revision: 360285 URL: http://svnweb.freebsd.org/changeset/ports/360285 QAT: https://qat.redports.org/buildarchive/r360285/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/games/lianliankan/Makefile Modified: head/games/lianliankan/Makefile ============================================================================== --- head/games/lianliankan/Makefile Wed Jul 2 22:05:04 2014 (r360284) +++ head/games/lianliankan/Makefile Wed Jul 2 22:05:13 2014 (r360285) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407022205.s62M5Da8021214>