svn commit: r369233 - in head/games/xpuyopuyo: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 25 10:52:07 UTC 2014


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 at 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}
 


More information about the svn-ports-head mailing list