svn commit: r345289 - head/emulators/xsystem35

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 01:54:07 UTC 2014


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}


More information about the svn-ports-all mailing list