svn commit: r363271 - head/audio/swhplugins
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jul 28 23:00:57 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list