svn commit: r342302 - head/graphics/guilib

Martin Wilke miwi at FreeBSD.org
Sun Feb 2 14:55:49 UTC 2014


Author: miwi
Date: Sun Feb  2 14:55:49 2014
New Revision: 342302
URL: http://svnweb.freebsd.org/changeset/ports/342302
QAT: https://qat.redports.org/buildarchive/r342302/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/graphics/guilib/Makefile

Modified: head/graphics/guilib/Makefile
==============================================================================
--- head/graphics/guilib/Makefile	Sun Feb  2 14:41:42 2014	(r342301)
+++ head/graphics/guilib/Makefile	Sun Feb  2 14:55:49 2014	(r342302)
@@ -12,12 +12,11 @@ MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Simple GUI framework for use with SDL
 
 USE_SDL=	sdl
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	 aclocal:env
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
 		${WRKSRC}/configure


More information about the svn-ports-head mailing list