Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 01:54:07 +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: r345289 - head/emulators/xsystem35
Message-ID:  <201402210154.s1L1s7j6072448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 21 01:54:07 2014
New Revision: 345289
URL: http://svnweb.freebsd.org/changeset/ports/345289
QAT: https://qat.redports.org/buildarchive/r345289/

Log:
  - Stage support
  - Convert to USE_GMAKE to USES

Modified:
  head/emulators/xsystem35/Makefile

Modified: head/emulators/xsystem35/Makefile
==============================================================================
--- head/emulators/xsystem35/Makefile	Fri Feb 21 01:53:46 2014	(r345288)
+++ head/emulators/xsystem35/Makefile	Fri Feb 21 01:54:07 2014	(r345289)
@@ -17,9 +17,8 @@ LIB_DEPENDS=	vorbis:${PORTSDIR}/audio/li
 
 OPTIONS_DEFINE=	ESOUND DOCS EXAMPLES
 
-USES=		gettext
+USES=		gettext gmake
 USE_GNOME=	gtk12
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf libtool
 CONFIGURE_ARGS=	--without-included-gettext \
 		--with-cachesize=20 \
@@ -33,7 +32,6 @@ SUB_FILES=	pkg-message
 
 DOCSDIR=	${PREFIX}/share/doc/ja/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MESOUND}



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