[Midnightbsd-cvs] mports: Makefile: vorbis + autotools definition

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 28 09:31:09 EST 2008


Log Message:
-----------
vorbis + autotools definition

Modified Files:
--------------
    mports/audio/openal:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/openal/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L audio/openal/Makefile -L audio/openal/Makefile -u -r1.1 -r1.2
--- audio/openal/Makefile
+++ audio/openal/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	openal
 PORTVERSION=	20060211
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://openal.org/openal_webstf/downloads/
 DISTVERSION=	0.0.8
@@ -16,6 +16,7 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A 3D positional spatialized sound library
 
+USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
@@ -60,7 +61,7 @@
 .endif
 
 .if defined(WITH_VORBIS)
-LIB_DEPENDS+=	vorbisfile.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+=	vorbisfile.5:${PORTSDIR}/audio/libvorbis
 CONFIGURE_ARGS+=--enable-vorbis
 .else
 CONFIGURE_ARGS+=--disable-vorbis


More information about the Midnightbsd-cvs mailing list