Date: Thu, 3 Jul 2014 00:07:09 +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: r360326 - head/emulators/tiemu3 Message-ID: <201407030007.s63079YO083768@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 3 00:07:09 2014 New Revision: 360326 URL: http://svnweb.freebsd.org/changeset/ports/360326 QAT: https://qat.redports.org/buildarchive/r360326/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/emulators/tiemu3/Makefile Modified: head/emulators/tiemu3/Makefile ============================================================================== --- head/emulators/tiemu3/Makefile Thu Jul 3 00:06:30 2014 (r360325) +++ head/emulators/tiemu3/Makefile Thu Jul 3 00:07:09 2014 (r360326) @@ -3,7 +3,7 @@ PORTNAME= tiemu3 PORTVERSION= 3.03 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION} DISTNAME= tiemu-${DISTVERSION} @@ -16,8 +16,8 @@ LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/ libticables2.so:${PORTSDIR}/comms/libticables2 \ libtifiles2.so:${PORTSDIR}/devel/libtifiles2 -USES= gmake pkgconfig -USE_AUTOTOOLS= libtool +USES= gmake libtool pkgconfig +GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 USE_SDL= sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407030007.s63079YO083768>