From 15af9f5e8915fdba656d796c531b04c907608cac Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 21 Apr 2012 08:39:13 +0000 Subject: [PATCH] Remove optional dependency faac from RUN_DEPENDS, no need for it as gnupod will use ffmpeg's own aac coder instead. From Brad. --- audio/p5-gnupod/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/audio/p5-gnupod/Makefile b/audio/p5-gnupod/Makefile index 1bd07b77dca..1c5cfb73275 100644 --- a/audio/p5-gnupod/Makefile +++ b/audio/p5-gnupod/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2011/06/01 00:04:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2012/04/21 08:39:13 sthen Exp $ COMMENT = collection of perl scripts to manage your iPod DISTNAME = gnupod-0.99.8 PKGNAME = p5-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = audio HOMEPAGE = http://www.gnu.org/software/gnupod/ @@ -34,7 +34,6 @@ RUN_DEPENDS = security/p5-Digest-SHA1 \ graphics/ffmpeg \ graphics/ImageMagick \ net/curl \ - audio/faac \ audio/flac \ audio/lame \ audio/vorbis-tools