svn commit: r342891 - head/audio/libsamplerate

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 5 23:14:32 UTC 2014


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 at 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


More information about the svn-ports-all mailing list