svn commit: r357683 - head/audio/kstreamripper

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 13 14:17:26 UTC 2014


Author: vanilla
Date: Fri Jun 13 14:17:25 2014
New Revision: 357683
URL: http://svnweb.freebsd.org/changeset/ports/357683
QAT: https://qat.redports.org/buildarchive/r357683/

Log:
  1: Stagify.
  2: switch to tar:bzip2

Modified:
  head/audio/kstreamripper/Makefile

Modified: head/audio/kstreamripper/Makefile
==============================================================================
--- head/audio/kstreamripper/Makefile	Fri Jun 13 14:04:57 2014	(r357682)
+++ head/audio/kstreamripper/Makefile	Fri Jun 13 14:17:25 2014	(r357683)
@@ -12,9 +12,7 @@ COMMENT=	Program for recording streams f
 
 RUN_DEPENDS=	${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper
 
-USE_BZIP2=	yes
-NO_STAGE=	yes
-USES=		cmake
+USES=		cmake tar:bzip2
 USE_KDE4=	kdelibs kdehier kdeprefix automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 


More information about the svn-ports-all mailing list