Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 14:55:49 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342302 - head/graphics/guilib
Message-ID:  <201402021455.s12Etnxk087837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021455.s12Etnxk087837>