summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
diff options
context:
space:
mode:
authordillo <dillo>2005-06-08 16:18:44 +0000
committerdillo <dillo>2005-06-08 16:18:44 +0000
commitf85e9ff653ca3a0f1df20065afef93dae537a1c5 (patch)
tree910ee4e4be4763ef3757ec6dce563b2a405632a0 /multimedia/mplayer-share
parent66f59e9acc30b0484332f0f6fd3c0f049be33467 (diff)
downloadpkgsrc-f85e9ff653ca3a0f1df20065afef93dae537a1c5.tar.gz
Legacy option settings belong to PKG_LEGACY_OPTIONS, not PKG_SUGGESTED_OPTIONS.
Store warnings in PKG_OPTIONS_DEPRECATED_WARNINGS.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r--multimedia/mplayer-share/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index f76da51d915..81b0e1fb28d 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/06/02 16:08:31 dillo Exp $
+# $NetBSD: options.mk,v 1.4 2005/06/08 16:18:44 dillo Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -59,8 +59,8 @@ PKG_SUGGESTED_OPTIONS+= ${_o_}
# -------------------------------------------------------------------------
.for d in ${MPLAYER_DISABLE_DRIVERS}
-PKG_SUGGESTED_OPTIONS+= -${d:S/esd/esound/}
-_DEPRECATED_WARNING:= ${_DEPRECATED_WARNING} "Deprecated variable MPLAYER_DISABLE_DRIVERS=${d} used; use PKG_DEFAULT_OPTIONS+=-${d:S/esd/esound/} instead."
+PKG_LEGACY_OPTIONS+=-${d:S/esd/esound/}
+PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable MPLAYER_DISABLE_DRIVERS="${d:Q}" used; use "${PKG_OPTIONS_VAR:Q}"+=-"${d:S/esd/esound/:Q}" instead."
.endfor
.if ${MACHINE_ARCH} == "i386"