Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 23:00:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363271 - head/audio/swhplugins
Message-ID:  <201407282300.s6SN0uSJ061925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul 28 23:00:56 2014
New Revision: 363271
URL: http://svnweb.freebsd.org/changeset/ports/363271
QAT: https://qat.redports.org/buildarchive/r363271/

Log:
  - Switch to USES=libtool

Modified:
  head/audio/swhplugins/Makefile

Modified: head/audio/swhplugins/Makefile
==============================================================================
--- head/audio/swhplugins/Makefile	Mon Jul 28 22:58:33 2014	(r363270)
+++ head/audio/swhplugins/Makefile	Mon Jul 28 23:00:56 2014	(r363271)
@@ -5,8 +5,7 @@ PORTNAME=	swhplugins
 PORTVERSION=	0.4.15
 PORTREVISION=	4
 CATEGORIES=	audio
-MASTER_SITES=	http://plugin.org.uk/releases/%SUBDIR%/
-MASTER_SITE_SUBDIR=	${PORTVERSION}
+MASTER_SITES=	http://plugin.org.uk/releases/${PORTVERSION}/
 DISTNAME=	swh-plugins-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -19,8 +18,7 @@ LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/ma
 # includes assembler code
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=		gmake pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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