summaryrefslogtreecommitdiff
path: root/audio/faac/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faac/options.mk')
-rw-r--r--audio/faac/options.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/faac/options.mk b/audio/faac/options.mk
deleted file mode 100644
index 252db93aa5e..00000000000
--- a/audio/faac/options.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: options.mk,v 1.4 2007/02/09 20:27:16 drochner Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.faac
-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/libmp4v2/buildlink3.mk"
-.else
-# ignore bundled mp4v2 lib
-CONFIGURE_ARGS+= --without-mp4v2
-.endif