pkgsrc/audio/gtkpod/options.mk
hira 530023e58e Use mpeg4ip' option instead of faad' option for reading AAC files.
No PKGREVISION bump because it's disabled by default.
2006-06-08 09:09:21 +00:00

12 lines
320 B
Makefile

# $NetBSD: options.mk,v 1.2 2006/06/08 09:09:21 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtkpod
PKG_SUPPORTED_OPTIONS= mpeg4ip
PKG_SUGGESTED_OPTIONS=
PKG_OPTIONS_LEGACY_OPTS+= faad:mpeg4ip
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmpeg4ip)
. include "../../multimedia/mpeg4ip/buildlink3.mk"
.endif