diff options
Diffstat (limited to 'audio/daapd')
-rw-r--r-- | audio/daapd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index b6ca4fb7de1..135ce54c247 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/05/31 07:56:20 tonio Exp $ +# $NetBSD: Makefile,v 1.20 2006/05/31 10:54:42 tonio Exp $ DISTNAME= daapd-0.2.4b PKGREVISION= 1 @@ -21,6 +21,8 @@ CONF_FILES= ${EGDIR}/daapd.conf ${PKG_SYSCONFDIR}/daapd.conf PKG_OPTIONS_VAR=PKG_OPTIONS.daapd PKG_SUPPORTED_OPTIONS=mpeg4ip +# to be removed after 2006Q2 +PKG_OPTIONS_LEGACY_OPTS+=faad:mpeg4ip .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mmpeg4ip) |