Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 14:15:30 +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: r347220 - head/devel/hs-drift
Message-ID:  <201403061415.s26EFU2a027900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Mar  6 14:15:29 2014
New Revision: 347220
URL: http://svnweb.freebsd.org/changeset/ports/347220
QAT: https://qat.redports.org/buildarchive/r347220/

Log:
  - Stage suport
  - While here convert gmake to USES

Modified:
  head/devel/hs-drift/Makefile

Modified: head/devel/hs-drift/Makefile
==============================================================================
--- head/devel/hs-drift/Makefile	Thu Mar  6 14:15:03 2014	(r347219)
+++ head/devel/hs-drift/Makefile	Thu Mar  6 14:15:29 2014	(r347220)
@@ -19,7 +19,6 @@ OPTIONS_DEFAULT=		GHC
 NHC98_DESC=	Build with NHC98
 GHC_DESC=	Build with GHC
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGHC}
@@ -38,7 +37,7 @@ BROKEN=		Does not build
 CONFIGURE_ARGS+=	--with-hc=nhc98
 .endif
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 INFO=	drift



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