summaryrefslogtreecommitdiff
path: root/audio/gtkpod
diff options
context:
space:
mode:
authordrochner <drochner>2007-02-09 20:32:38 +0000
committerdrochner <drochner>2007-02-09 20:32:38 +0000
commit484b38900ec18349aa9fa6537e87c890afc304ad (patch)
tree596a71892ea12ee5e24ec614833118880eb84295 /audio/gtkpod
parentbf5906354ef39e0fc51f186d05cabda38377effa (diff)
downloadpkgsrc-484b38900ec18349aa9fa6537e87c890afc304ad.tar.gz
build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISION
where the default build is affected
Diffstat (limited to 'audio/gtkpod')
-rw-r--r--audio/gtkpod/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkpod/options.mk b/audio/gtkpod/options.mk
index 3edac5cccda..7315b25ab46 100644
--- a/audio/gtkpod/options.mk
+++ b/audio/gtkpod/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/06/08 09:09:21 hira Exp $
+# $NetBSD: options.mk,v 1.3 2007/02/09 20:32:38 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtkpod
PKG_SUPPORTED_OPTIONS= mpeg4ip
@@ -8,5 +8,5 @@ PKG_OPTIONS_LEGACY_OPTS+= faad:mpeg4ip
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmpeg4ip)
-. include "../../multimedia/mpeg4ip/buildlink3.mk"
+. include "../../multimedia/libmp4v2/buildlink3.mk"
.endif