diff options
author | tonio <tonio@pkgsrc.org> | 2006-05-31 10:54:42 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-05-31 10:54:42 +0000 |
commit | 63b57883df17b7688497bc491bdf81dd74e5ff2c (patch) | |
tree | c0c8e7a98fab2be5096f7bef0beccdc5b8241591 /audio/daapd | |
parent | 374d29ac175523b71ac6caff80fcfd4bfdff242f (diff) | |
download | pkgsrc-63b57883df17b7688497bc491bdf81dd74e5ff2c.tar.gz |
add PKG_OPTIONS_LEGACY_OPTS, thanks dillo !
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) |