Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 15:20: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: r344905 - head/graphics/xmms-finespectrum
Message-ID:  <201402181520.s1IFKjF9005876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Feb 18 15:20:45 2014
New Revision: 344905
URL: http://svnweb.freebsd.org/changeset/ports/344905
QAT: https://qat.redports.org/buildarchive/r344905/

Log:
  - Stage support
  - Convert to USE_GMAKE to USES

Modified:
  head/graphics/xmms-finespectrum/Makefile

Modified: head/graphics/xmms-finespectrum/Makefile
==============================================================================
--- head/graphics/xmms-finespectrum/Makefile	Tue Feb 18 15:20:06 2014	(r344904)
+++ head/graphics/xmms-finespectrum/Makefile	Tue Feb 18 15:20:45 2014	(r344905)
@@ -15,14 +15,13 @@ BUILD_DEPENDS=	xmms-config:${PORTSDIR}/m
 RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
 
 PLIST_FILES=	lib/xmms/Visualization/libfinespectrum.so
-USE_GMAKE=	yes
+USES=		gmake
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/finespectrum-1.0.1alpha
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
 



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