svn commit: r359951 - head/audio/xanalyser

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 02:49:48 UTC 2014


Author: amdmi3
Date: Tue Jul  1 02:49:47 2014
New Revision: 359951
URL: http://svnweb.freebsd.org/changeset/ports/359951
QAT: https://qat.redports.org/buildarchive/r359951/

Log:
  - Switch to USES=libtool
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/audio/xanalyser/Makefile

Modified: head/audio/xanalyser/Makefile
==============================================================================
--- head/audio/xanalyser/Makefile	Tue Jul  1 02:48:09 2014	(r359950)
+++ head/audio/xanalyser/Makefile	Tue Jul  1 02:49:47 2014	(r359951)
@@ -12,10 +12,8 @@ MASTER_SITE_SUBDIR=	db
 MAINTAINER=	db at FreeBSD.org
 COMMENT=	Spectrum analyser
 
-USES=		gmake motif
-USE_BZIP2=	yes
+USES=		gmake libtool motif tar:bzip2
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \


More information about the svn-ports-all mailing list