Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 23:14:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342891 - head/audio/libsamplerate
Message-ID:  <201402052314.s15NEW8p097061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Feb  5 23:14:32 2014
New Revision: 342891
URL: http://svnweb.freebsd.org/changeset/ports/342891
QAT: https://qat.redports.org/buildarchive/r342891/

Log:
  Convert to USES=libtool:oldver

Modified:
  head/audio/libsamplerate/Makefile

Modified: head/audio/libsamplerate/Makefile
==============================================================================
--- head/audio/libsamplerate/Makefile	Wed Feb  5 23:10:50 2014	(r342890)
+++ head/audio/libsamplerate/Makefile	Wed Feb  5 23:14:32 2014	(r342891)
@@ -11,11 +11,10 @@ MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	pathfix pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=	pathfix pkgconfig libtool:oldver
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	CPU_CLIP DOCS EXAMPLES
 CPU_CLIP_DESC=	Allow machine-dependent clipping



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