Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 15:29:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342718 - head/audio/libmad
Message-ID:  <201402051529.s15FTbbV098516@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb  5 15:29:37 2014
New Revision: 342718
URL: http://svnweb.freebsd.org/changeset/ports/342718
QAT: https://qat.redports.org/buildarchive/r342718/

Log:
  - Use USES=libtool

Modified:
  head/audio/libmad/Makefile

Modified: head/audio/libmad/Makefile
==============================================================================
--- head/audio/libmad/Makefile	Wed Feb  5 15:29:04 2014	(r342717)
+++ head/audio/libmad/Makefile	Wed Feb  5 15:29:37 2014	(r342718)
@@ -15,8 +15,8 @@ SPEED_DESC=	Optimize for speed over accu
 
 CONFIGURE_ARGS=	--disable-debugging --enable-sso
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
+USES=		libtool
 
 SUB_LIST=	VERSION=${PORTVERSION}
 SUB_FILES=	mad.pc



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