Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 16:15:41 +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: r344596 - head/games/sudsol
Message-ID:  <201402161615.s1GGFfAt014754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb 16 16:15:41 2014
New Revision: 344596
URL: http://svnweb.freebsd.org/changeset/ports/344596
QAT: https://qat.redports.org/buildarchive/r344596/

Log:
  - Stage support

Modified:
  head/games/sudsol/Makefile

Modified: head/games/sudsol/Makefile
==============================================================================
--- head/games/sudsol/Makefile	Sun Feb 16 16:15:32 2014	(r344595)
+++ head/games/sudsol/Makefile	Sun Feb 16 16:15:41 2014	(r344596)
@@ -9,12 +9,11 @@ MASTER_SITES=	http://rink.nu/downloads/p
 MAINTAINER=	rink@FreeBSD.org
 COMMENT=	A utility to solve Sudoku puzzles
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/sudsol
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/src/sudsol.c
 



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