summaryrefslogtreecommitdiff
path: root/audio/faad2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-02-09 20:10:50 +0000
committerdrochner <drochner@pkgsrc.org>2007-02-09 20:10:50 +0000
commit6f91bbcf2a42bbd4cf18474a2bf7c437a59f90f3 (patch)
tree06e689ab5e2b38010f216037f19ab577eee96c97 /audio/faad2/Makefile
parent0b0fa524ff07d3766e807a4bf746b02f77fc176d (diff)
downloadpkgsrc-6f91bbcf2a42bbd4cf18474a2bf7c437a59f90f3.tar.gz
-build against libmp4v2 instead of the full mpeg4ip
-don't build the plugin for the mpeg4ip player -kill SDL dependency -bump PKGREVISION
Diffstat (limited to 'audio/faad2/Makefile')
-rw-r--r--audio/faad2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index 9d71e66f9d6..6208fce024c 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2006/07/27 17:27:29 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2007/02/09 20:10:50 drochner Exp $
DISTNAME= faad2-2.0
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
@@ -40,6 +40,5 @@ pre-configure:
autoconf; \
done
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../multimedia/mpeg4ip/buildlink3.mk"
+.include "../../multimedia/libmp4v2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"