[Midnightbsd-cvs] mports [19768] trunk/audio/portaudio/Makefile: switch to uses

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 18 19:17:53 EDT 2015


Revision: 19768
          http://svnweb.midnightbsd.org/mports/?rev=19768
Author:   laffer1
Date:     2015-08-18 19:17:52 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
switch to uses

Modified Paths:
--------------
    trunk/audio/portaudio/Makefile

Modified: trunk/audio/portaudio/Makefile
===================================================================
--- trunk/audio/portaudio/Makefile	2015-08-18 23:09:24 UTC (rev 19767)
+++ trunk/audio/portaudio/Makefile	2015-08-18 23:17:52 UTC (rev 19768)
@@ -2,7 +2,7 @@
 
 PORTNAME=	portaudio
 PORTVERSION=	18.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://www.portaudio.com/archives/
 DISTNAME=	${PORTNAME}_v${PORTVERSION:S/./_/}
@@ -9,10 +9,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Portable cross-platform Audio API
+
 LICENSE=	unknown
 
-USE_ZIP=	yes
-USE_GMAKE=	yes
+USES=		zip gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



More information about the Midnightbsd-cvs mailing list