Date: Thu, 25 Sep 2014 10:52:07 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369233 - in head/games/xpuyopuyo: . files Message-ID: <201409251052.s8PAq7CQ098623@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Sep 25 10:52:06 2014 New Revision: 369233 URL: http://svnweb.freebsd.org/changeset/ports/369233 QAT: https://qat.redports.org/buildarchive/r369233/ Log: Add USES=libtool and remove USE_AUTOTOOLS Deleted: head/games/xpuyopuyo/files/patch-ltmain.sh Modified: head/games/xpuyopuyo/Makefile Modified: head/games/xpuyopuyo/Makefile ============================================================================== --- head/games/xpuyopuyo/Makefile Thu Sep 25 10:40:48 2014 (r369232) +++ head/games/xpuyopuyo/Makefile Thu Sep 25 10:52:06 2014 (r369233) @@ -10,18 +10,16 @@ MASTER_SITES= http://chaos2.org/xpuyopuy MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle game, somewhat like Tetris -USES= gmake +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-gnome +USES= gmake libtool USE_XORG= xpm -USE_AUTOTOOLS= autoconf213 USE_GNOME= gtk12 -WANT_GNOME= yes OPTIONS_DEFINE= MIKMOD ROTATE_FIXED AIBREED ROTATE_FIXED_DESC= Fix position of one blob during rotation AIBREED_DESC= Allow AI breeding -CONFIGURE_ARGS+= --without-gnome - MIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod MIKMOD_CONFIGURE_ON= --with-libmikmod-prefix=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409251052.s8PAq7CQ098623>