svn commit: r347220 - head/devel/hs-drift

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 14:15:30 UTC 2014


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


More information about the svn-ports-all mailing list