diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-09 20:32:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-09 20:32:38 +0000 |
commit | 103d1ea2b8f3438508222f51515952c3ca56159e (patch) | |
tree | 596a71892ea12ee5e24ec614833118880eb84295 /audio/gtkpod/options.mk | |
parent | 3e0963a3870e044095cc734ae38a61a663c1ad30 (diff) | |
download | pkgsrc-103d1ea2b8f3438508222f51515952c3ca56159e.tar.gz |
build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISION
where the default build is affected
Diffstat (limited to 'audio/gtkpod/options.mk')
-rw-r--r-- | audio/gtkpod/options.mk | 4 |
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 |