Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 05:23:45 +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: r344657 - head/devel/gnome-js-common
Message-ID:  <201402170523.s1H5NjQ4064308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb 17 05:23:44 2014
New Revision: 344657
URL: http://svnweb.freebsd.org/changeset/ports/344657
QAT: https://qat.redports.org/buildarchive/r344657/

Log:
  - Stage support
  - While here convert USE_GMAKE to USES

Modified:
  head/devel/gnome-js-common/Makefile

Modified: head/devel/gnome-js-common/Makefile
==============================================================================
--- head/devel/gnome-js-common/Makefile	Mon Feb 17 05:23:18 2014	(r344656)
+++ head/devel/gnome-js-common/Makefile	Mon Feb 17 05:23:44 2014	(r344657)
@@ -14,13 +14,11 @@ COMMENT=	GNOME JavaScript common modules
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gnomehack intltool
-USES=		pkgconfig gettext
+USES=		pkgconfig gettext gmake
 
 PORTDOCS=	AUTHORS COPYING INSTALL NEWS README ChangeLog
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|== x|= x|g' \
 		${WRKSRC}/configure



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