diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/swhplugins | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Notes
Notes:
svn path=/head/; revision=316287
Diffstat (limited to 'audio/swhplugins')
-rw-r--r-- | audio/swhplugins/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 0b85ab619817..2a98d02375b9 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: swhplugins -# Date created: 12 May 2002 -# Whom: Tilman Linneweh <arved@FreeBSD.org> +# Created by: Tilman Linneweh <arved@FreeBSD.org> # # $FreeBSD$ @@ -22,7 +20,7 @@ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float # includes assembler code ONLY_FOR_ARCHS= i386 amd64 -USE_PKGCONFIG= build +USES= pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes GNU_CONFIGURE= yes |