svn commit: r344905 - head/graphics/xmms-finespectrum

Martin Wilke miwi at FreeBSD.org
Tue Feb 18 15:20:46 UTC 2014


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
 


More information about the svn-ports-head mailing list