[Midnightbsd-cvs] mports [15436] trunk/audio/vorbis-tools/Makefile: update depends list

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 12 19:33:21 EDT 2013


Revision: 15436
          http://svnweb.midnightbsd.org/mports/?rev=15436
Author:   laffer1
Date:     2013-09-12 19:33:20 -0400 (Thu, 12 Sep 2013)
Log Message:
-----------
update depends list

Modified Paths:
--------------
    trunk/audio/vorbis-tools/Makefile

Modified: trunk/audio/vorbis-tools/Makefile
===================================================================
--- trunk/audio/vorbis-tools/Makefile	2013-09-12 23:31:59 UTC (rev 15435)
+++ trunk/audio/vorbis-tools/Makefile	2013-09-12 23:33:20 UTC (rev 15436)
@@ -2,33 +2,36 @@
 
 PORTNAME=	vorbis-tools
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/vorbis/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Play, encode, and manage Ogg Vorbis files
+
 LICENSE=	gpl2
 
 LIB_DEPENDS=	ao.4:${PORTSDIR}/audio/libao \
-		curl.6:${PORTSDIR}/ftp/curl \
-		FLAC.10:${PORTSDIR}/audio/flac \
-		kate.3:${PORTSDIR}/multimedia/libkate \
+		curl:${PORTSDIR}/ftp/curl \
+		FLAC:${PORTSDIR}/audio/flac \
+		kate.4:${PORTSDIR}/multimedia/libkate \
 		speex.1:${PORTSDIR}/audio/speex \
 		vorbis.4:${PORTSDIR}/audio/libvorbis
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd7.0
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib" \
-		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
-MAKE_JOBS_SAFE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT=    yes
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
+USES+=		gettext
 PLIST_SUB+=     NLS=""
 .else
-USE_ICONV=	yes
+USES+=		iconv
 CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=     NLS="@comment "
 .endif



More information about the Midnightbsd-cvs mailing list