summaryrefslogtreecommitdiff
path: root/audio/daapd/options.mk
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-02-09 20:32:38 +0000
committerdrochner <drochner@pkgsrc.org>2007-02-09 20:32:38 +0000
commit5932fd122bf990e43c00e20e2212673c9fe9d654 (patch)
tree596a71892ea12ee5e24ec614833118880eb84295 /audio/daapd/options.mk
parent5f6e6b5e4cc9fe333fe20c9aa8030e7b271473e3 (diff)
downloadpkgsrc-5932fd122bf990e43c00e20e2212673c9fe9d654.tar.gz
build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISION
where the default build is affected
Diffstat (limited to 'audio/daapd/options.mk')
-rw-r--r--audio/daapd/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/daapd/options.mk b/audio/daapd/options.mk
index cdae2451764..91d2f756b29 100644
--- a/audio/daapd/options.mk
+++ b/audio/daapd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2007/01/30 07:05:58 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/02/09 20:32:38 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.daapd
PKG_SUPPORTED_OPTIONS= mpeg4ip
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= mpeg4ip
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmpeg4ip)
-.include "../../multimedia/mpeg4ip/buildlink3.mk"
+.include "../../multimedia/libmp4v2/buildlink3.mk"
MAKE_ENV+= WITH_FAAD=1
.else
MAKE_ENV+= WITH_FAAD=0